$ timeahead.in
/ servers/pypi/plane-mcp-server
pypi

plane-mcp-server

Plane's Official Model Context Protocol Server 🔌 ⌨️ 🔥

239 stars15k/wkupdated 0d agogithub ↗
89good
▣ Overview

What it does

The Plane MCP server acts as a gateway between Claude and Plane, a project management platform. It exposes Plane's project, work item, cycle, and module APIs through the MCP protocol. The server supports multiple transports: stdio for local use with API keys, and HTTP with OAuth or Personal Access Token (PAT) authentication for remote connections. A legacy SSE transport is also available for backward compatibility.

Who it's for

Teams using Plane who want Claude to participate in project management—project managers creating or updating issues from conversation, engineers integrating AI into sprint workflows, and developers automating work-item creation and assignment across a Plane workspace.

Common use cases

  • List projects, work items, and cycles without leaving Claude to gather context
  • Create new work items with assignees, labels, and descriptions from conversation
  • Search work items across a workspace to find related issues or prior decisions
  • Manage cycles: create, update, and transfer work items between sprints
  • Update project configuration and features programmatically via Claude

Setup pitfalls

  • Requires Python 3.10+ for stdio or Node.js 22+ for HTTP/SSE transports
  • For stdio, set env vars PLANE_API_KEY, PLANE_WORKSPACE_SLUG, and PLANE_BASE_URL; remote transports use OAuth or PAT headers instead
  • Automated scanning reported zero tools despite extensive tooling in the README—verify tool availability against your Plane SDK version
  • No CI configured; last update was recent but evaluate stability for production use
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
74
14.8
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
88.8
⚿ Capabilities & Risk Explainer
networksecrets
◆ Risk level: medium
network + secrets — requires access to credentials or environment secrets.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "plane": {
      "command": "uvx",
      "args": [
        "plane-mcp-server"
      ]
    }
  }
}
📈 Score historylast 27 snapshots
5/10/20266/6/2026 · 27 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)11
top contributor share30%
releases (1y)15
last release0d ago
ci✓ passing
⛁ Raw data
weekly downloads15k
github stars239
forks104
open issues46
license✓ present
readme length9589 chars
last publish0d ago
last commit0d ago
last updated7h ago
install verified✓ pass · 18d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points