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

plane-mcp-server

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

โ˜… 240 starsโ†“ 7k/wkupdated 0d agogithub โ†—
88good
โ–ฃ 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%
70
13.9
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
87.9
โšฟ 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 30 snapshots
5/10/20266/11/2026 ยท 30 snapshots
โš™ Maintenance health
78/ 100 ยท is this project alive?
contributors (1y)11
top contributor share27%
releases (1y)16
last release2d ago
ciโœ“ passing
โ› Raw data
weekly downloads7k
github stars240
forks104
open issues49
licenseโœ“ present
readme length9589 chars
last publish2d ago
last commit0d ago
last updated1d ago
install verifiedโœ“ pass ยท 25d 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