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

plane-mcp-server

Plane's Official Model Context Protocol Server ๐Ÿ”Œ โŒจ๏ธ ๐Ÿ”ฅ

โ˜… 239 starsโ†“ 15k/wkupdated 0d agogithub โ†—
89good
โ–ฃ Overview

What it does

The Plane MCP server integrates Plane project management with Claude, exposing comprehensive APIs for projects, work items, cycles, and modules. It supports three active transports: local stdio (Python 3.10+ via uvx, recommended), remote HTTP with OAuth authentication, and remote HTTP with personal access token authentication. The legacy SSE transport remains available for backward compatibility. All tools use Pydantic models from the Plane SDK for type safety and validation.

Who it's for

Engineering teams and product managers using Plane for issue tracking and sprint management who want to query, create, and update work items directly from Claude without context-switching to Plane's web interface.

Common use cases

  • List and filter work items or projects within a Plane workspace
  • Create new work items with assignees, labels, and other metadata
  • Search work items across an entire workspace by query string
  • Manage cycles (sprints): create, archive, and transfer work items between cycles
  • Retrieve detailed information about projects, including members and enabled features

Setup pitfalls

  • Stdio transport (local) requires three environment variables: PLANE_API_KEY, PLANE_WORKSPACE_SLUG, and optionally PLANE_BASE_URL
  • Remote HTTP with OAuth triggers an interactive browser flow; no credentials needed in config but requires user interaction
  • Remote HTTP with PAT requires Authorization and X-Workspace-slug headers instead of environment variables
  • Incorrect or missing workspace slug causes silent auth failures; verify the slug matches exactly in Plane
โ–ฃ 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"
      ]
    }
  }
}
โš™ 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 updated10h 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