plane-mcp-server
Enables an LLM to act as a project manager across self-hosted Plane workspaces and projects, providing tools for work items, cycles, modules, states, labels, comments, members, and intake triage via Plane's REST API.
README
plane-mcp-server
An MCP (Model Context Protocol) server for self-hosted Plane (Community Edition). It gives Claude 56 tools covering projects, work items, states, labels, cycles, modules, comments, activity history, links, members, and intake triage, enough to act as a project manager across every project in your Plane workspace, from a local chat session.
Built against Plane's public REST API (/api/v1), documented at developers.plane.so. Community Edition covers projects, work items, cycles, modules, intake, and states/labels — this server sticks to that surface. Epics, initiatives, teamspaces, and customers are Plane Commercial/Cloud-only features and are intentionally not included.
Setup
1. Generate a Plane API key
In your Plane instance: Profile Settings → Personal Access Tokens → Add personal access token.
2. Install dependencies and build
cd plane-mcp-server
npm install
npm run build
3. Configure environment variables
Copy .env.example to .env for reference, but note: MCP clients (Claude Desktop, Claude Code) pass environment variables directly in their config, not via a .env file loaded by this process.
| Variable | Required | Description |
|---|---|---|
PLANE_BASE_URL |
Yes | Base URL of your self-hosted instance, e.g. https://plane.mycompany.com (no /api/v1 suffix). |
PLANE_API_KEY |
Yes | Personal Access Token from step 1. |
PLANE_WORKSPACE_SLUG |
No | Default workspace slug (from your Plane URL). If set, tools' workspace_slug argument becomes optional. |
4. Add to your MCP client
Claude Code (claude mcp add or edit .mcp.json):
{
"mcpServers": {
"plane": {
"command": "node",
"args": ["/absolute/path/to/plane-mcp-server/dist/index.js"],
"env": {
"PLANE_BASE_URL": "https://plane.mycompany.com",
"PLANE_API_KEY": "plane_api_xxxxxxxxxxxxxxxxxxxx",
"PLANE_WORKSPACE_SLUG": "acme"
}
}
}
}
Claude Desktop (claude_desktop_config.json): same mcpServers block as above.
Restart the client after editing config. You should see the plane server connect with 56 tools available.
What it can do
- Projects — list/get/create/update/archive/delete, keeping track of every project in a workspace at once.
- Work items (issues) — full CRUD, lookup by UUID or human identifier (
ENG-123), free-text search, and advanced structured-filter search (by state, priority, assignee, labels). - States & labels — inspect and manage each project's workflow columns and tags.
- Cycles (sprints) — create/update/delete, assign or remove work items, read progress counts for status reporting.
- Modules — same lifecycle as cycles, for longer-running feature groupings.
- Comments & activity — read/write discussion threads, read the audit trail of field changes on a work item.
- Links — attach PRs/docs/designs to a work item.
- Members — resolve people's names/emails to UUIDs, staff projects, change roles.
- Intake — triage incoming requests (accept/reject/snooze/duplicate) before they hit the backlog.
Every list/get tool accepts response_format: "markdown" | "json" (markdown by default, for readability; json for further programmatic use), and every tool that needs a workspace defaults to PLANE_WORKSPACE_SLUG if you configured one, so most calls only need a project_id.
Not implemented
Scoped out deliberately to keep the surface focused and CE-only: file/attachment uploads, pages, estimates, time tracking (worklogs), custom work item types/properties, and the commercial-only epics/initiatives/teamspaces/customers/IDP-sync APIs. These can be added later following the same pattern in src/tools/.
A typical multi-project PM session
plane_list_projects— see everything in the workspace.plane_advanced_search_work_itemson the active project with a priority/state filter — find what's urgent. It's project-scoped, so call it once per project to cover the whole workspace.plane_list_cycleson the active project, thenplane_list_cycle_work_items— check current sprint status.plane_update_work_item— move items between states, reassign, reprioritize.plane_add_work_item_comment— leave status notes.plane_list_intake_issues+plane_update_intake_issue— clear the triage queue.
Development
npm run dev # tsx watch, runs src/index.ts directly
npm run build # compile to dist/
npm start # run compiled dist/index.js
Test with the MCP Inspector:
npx @modelcontextprotocol/inspector node dist/index.js
(Set PLANE_BASE_URL / PLANE_API_KEY / PLANE_WORKSPACE_SLUG in the Inspector's environment panel.)
Notes on endpoint stability
This server was built from Plane's hosted API docs (developers.plane.so) plus the documented self-hosting behavior — self-hosted instances share the same /api/v1 surface, but exact behavior can vary slightly by Plane version. If a less common tool (e.g. plane_advanced_search_work_items filter syntax) returns a 400/404 on your instance, prefer the simpler plane_list_work_items / plane_list_states / plane_list_labels tools and filter client-side, or check your instance's own API docs at <your-plane-url>/api/ if exposed.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。