Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Plane in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
管理来自任何 AI 代理的 Plane(开源项目管理)工作区、项目、问题、周期、模块。10 种工具,API 密钥认证。
试试这样问
Plane 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Plane,粘贴你的凭据,生成一个 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
Plane + Claude
管理来自任何 AI 代理的 Plane(开源项目管理)工作区、项目、问题、周期、模块。10 种工具,API 密钥认证。
前提条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
PLANE_API_KEY
第一步 — 获取凭据
此连接器封装了 Plane REST API v1 (api.plane.so/api/v1 — 或你的自托管主机)。
设置:
- 登录到你的 Plane 实例 → 右上角头像 → API Tokens → 创建新令牌。
- 记下 工作区标识符(URL 中的部分,如
app.plane.so/<slug>/projects)。 - 设置
PLANE_API_KEY。对于自托管,还需设置PLANE_HOST(例如https://plane.yourdomain.com) — 默认为云(api.plane.so)。
认证:X-API-Key: ${PLANE_API_KEY}。
层级:工作区 → 项目 → 问题 → 子问题。周期 + 模块是项目内用于冲刺规划/功能分组的问题容器。
…(在应用内连接器说明中继续)
第二步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第三步 — 在 Claude 中添加连接器
推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。
- 打开 claude.ai/customize/connectors。
- 点击 "添加自定义连接器"。
- 填写:
- 名称:
Plane - URL:
https://cloud.anythingmcp.com/mcp - 认证: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key)
- 名称:
- 点击 连接 以授权。
所有工具将出现在你的聊天中 — 开始输入提示。
可用工具
| 工具 | 功能 |
|---|---|
plane_list_workspaces | 列出 API 密钥可以访问的所有工作区 |
plane_list_projects | 列出工作区中的项目 |
plane_get_project | 获取一个项目 |
plane_list_issues | 列出项目中的问题 |
plane_get_issue | 获取一个问题的完整描述 + 自定义属性 |
plane_create_issue | 创建一个问题 |
plane_update_issue | 更新一个问题(PATCH 语义) |
plane_list_states | 列出项目中定义的状态(问题状态) |
plane_list_cycles | 列出项目中的周期(冲刺) |
plane_list_modules | 列出项目中的模块(功能组) |
常见问题
它是否同时适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp。
下一步
这份指南对你有帮助吗?