MCP ConfigsMay 13, 2026·2 min read

Plane MCP Server — Manage Issues from Agents

Plane MCP Server brings Plane projects and work items into MCP: uvx for local stdio or remote HTTP via mcp.plane.so. Verified 220★; setup ~5–12 minutes.

Agent ready

This asset can be read and installed directly by agents

TokRepo exposes a universal CLI command, install contract, metadata JSON, adapter-aware plan, and raw content links so agents can judge fit, risk, and next actions.

Native · 94/100Policy: allow
Agent surface
Any MCP/CLI agent
Kind
Mcp
Install
Uvx
Trust
Trust: Established
Entrypoint
uvx plane-mcp-server stdio
Universal CLI install command
npx tokrepo install 6f1aa65b-264a-5050-83e6-6597363de8c1
Intro

Plane MCP Server brings Plane projects and work items into MCP: uvx for local stdio or remote HTTP via mcp.plane.so. Verified 220★; setup ~5–12 minutes.

Best for: Teams using Plane who want agents to create and triage work items

Works with: Any MCP client (stdio via uvx; remote HTTP via npx mcp-remote)

Setup time: 5-12 minutes

Key facts (verified)

  • GitHub: 220 stars · 92 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-verified entrypoint: uvx plane-mcp-server stdio.

Main

  • Use the uvx stdio transport for local, key-based access when you need predictable auth and low-latency tool calls.

  • If you need a hosted option, README documents remote HTTP endpoints with OAuth or PAT headers via mcp.plane.so.

  • Treat it as a work-item backbone: list/create/update issues and cycles so agents can turn plans into tracked execution.

Source-backed notes

  • README recommends uvx for stdio transport and shows MCP client JSON using command: uvx + args: ["plane-mcp-server","stdio"].
  • README documents remote HTTP endpoints (OAuth and PAT token variants) and suggests npx mcp-remote@latest for clients without native support.
  • README lists supported transports: stdio, SSE (legacy), and streamable HTTP.

FAQ

  • Do I need Node.js for local use?: No — README says stdio transport works with Python (uvx); Node is for remote transports.
  • Is SSE still recommended?: No — README marks SSE as legacy and recommends HTTP transports instead.
  • Can I use OAuth instead of API keys?: Yes — README documents OAuth remote HTTP at mcp.plane.so.
🙏

Source & Thanks

Source: https://github.com/makeplane/plane-mcp-server > License: MIT > GitHub stars: 220 · forks: 92

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets