Connector guide1-minute read10 MCP toolsEN · DE · IT

Plane 到 MCP — 从任何 AI 代理驱动 Plane

从任何 AI 代理管理 Plane(开源项目管理)工作区、项目、问题、周期、模块。10 个工具,API 密钥认证。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Plane

Manage Plane (open-source project management) workspaces, projects, issues, cycles, modules from any AI agent. 10 tools, API key auth.

Tools

10

Region

INTL

Category

Project Management

Authentication

API Key

Required env vars

PLANE_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

从任何 AI 代理管理 Plane(开源项目管理)工作区、项目、问题、周期、模块。10 个工具,API 密钥认证。

试试这样问

Plane 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Plane · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 没有安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Plane,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

Plane

从任何 AI 代理管理 Plane(开源项目管理)工作区、项目、问题、周期、模块。10 个工具,API 密钥认证。

设置

此连接器封装了 Plane REST API v1 (api.plane.so/api/v1 — 或你的自托管主机)。

设置

  1. 登录到你的 Plane 实例 → 右上角头像 → API Tokens → 创建新令牌
  2. 记下 工作区标识符(URL 中的部分,如 app.plane.so/<slug>/projects)。
  3. 设置 PLANE_API_KEY。对于自托管,还需设置 PLANE_HOST(例如 https://plane.yourdomain.com) — 默认为云(api.plane.so)。

认证X-API-Key: ${PLANE_API_KEY}

层级工作区 → 项目 → 问题 → 子问题。周期 + 模块是项目内用于冲刺规划/功能分组的问题容器。

…(在应用内连接器说明中继续)

先决条件PLANE_API_KEY

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 Plane 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
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列出项目中的模块(功能组)

下一步

这份指南对你有帮助吗?

Ready to ship

Your Plane agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南