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
Manage Plane (open-source project management) workspaces, projects, issues, cycles, modules from any AI agent. 10 tools, API key auth.
Prova a chiedere
Prompt di esempio per Plane
Clicca su un prompt per copiarlo. Incollalo in Claude, ChatGPT, Cursor, Gemini, Copilot o OpenClaw per eseguirlo contro questo connettore.
Claude è un'AI e può sbagliare. Verifica sempre le risposte.
💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Plane, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente
git clone, niente server locale.
Plane
Manage Plane (open-source project management) workspaces, projects, issues, cycles, modules from any AI agent. 10 tools, API key auth.
Setup
This connector wraps the Plane REST API v1 (api.plane.so/api/v1 — or your self-hosted host).
Setup:
- Log into your Plane instance → top-right avatar → API Tokens → Create new token.
- Note the workspace slug (the part of URLs like
app.plane.so/<slug>/projects). - Set
PLANE_API_KEY. For self-hosted, also setPLANE_HOST(e.g.https://plane.yourdomain.com) — defaults to cloud (api.plane.so).
Authentication: X-API-Key: ${PLANE_API_KEY}.
Hierarchy: Workspace → Project → Issue → Sub-issue. Cycles + Modules are issue containers within a project for sprint planning / feature grouping.
…(continued in the in-app connector instructions)
Prerequisiti: PLANE_API_KEY
Installazione locale del connettore
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Apri http://localhost:3000/connectors/store, scegli Plane e inserisci le variabili elencate nei Prerequisiti.
Tool disponibili
| Tool | What it does |
|---|---|
plane_list_workspaces | List all workspaces the API key can access |
plane_list_projects | List projects in a workspace |
plane_get_project | Get one project |
plane_list_issues | List issues in a project |
plane_get_issue | Get one issue with full description + custom properties |
plane_create_issue | Create an issue |
plane_update_issue | Update an issue (PATCH semantics) |
plane_list_states | List states (issue statuses) defined in a project |
plane_list_cycles | List cycles (sprints) in a project |
plane_list_modules | List modules (feature groups) in a project |
Prossimi passi
Questa guida ti è stata utile?