$ timeahead_
← mcp scores
87
plane-mcp-server

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

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
install
add to your claude desktop / cursor / windsurf mcp config:
{
  "mcpServers": {
    "plane": {
      "command": "uvx",
      "args": [
        "plane-mcp-server"
      ]
    }
  }
}
per-client install guide (claude desktop · cursor · windsurf · vscode · claude code) →
owner of this server? claim your listing to get a verified badgeclaim →
score breakdown
security (35%)100
freshness (25%)100
adoption (20%)65
quality (10%)90
trust (10%)50
score history (5 updates)
5/10/20265/14/2026
capabilities · what this server can do
tool list unavailable — permissions from static analysis·auth: API key
medium risk
● active   ○ not requested  ·  hover each badge for details
fs read fs write network exec eval secrets
why medium risk: network + secrets — requires access to credentials or environment secrets.
raw data
weekly downloads3k
github stars218
forks91
open issues43
license✓ present
readme length9589 chars
last commit3d ago
last updated4h ago
install verified✓ pass · 4d ago
score drop alerts
get notified by email when this server's score drops 5+ points