Integrate Plane — the open-source project management tool — directly into Claude Code. Create work items, triage intake, generate standups, and track cycles without leaving your terminal.
- MCP server — connects Claude Code to Plane over OAuth (Plane Cloud). All Plane tools (work items, cycles, modules, projects, intake, pages, and more) are available to Claude automatically.
That's it. No wrappers, no proxy scripts — just a thin plugin that wires Claude Code into Plane's hosted MCP server.
claude plugin install planeOr, for local development:
claude --plugin-dir /path/to/plane-claude-pluginOn first use, Claude will open a browser window to authenticate with Plane. Sign in with the workspace you want to work against.
- Claude Code v2.1 or later
- A Plane Cloud workspace (self-hosted Plane is not supported in this version — see roadmap below)
- Node.js isn't required; the plugin uses Claude Code's native HTTP MCP transport
Once installed and authenticated, ask Claude anything about your Plane workspace in natural language:
- "What's assigned to me in the Frontend project?"
- "Create a bug: login flash on mobile Safari, blocking sign-in"
- "Summarize my activity in Plane since yesterday for standup"
- "Walk me through the intake inbox for Backend"
- "How's the current cycle for Mobile looking?"
Claude picks the right Plane MCP tools automatically and asks for confirmation before writes.
- Bundled skills for common workflows (new-issue, standup, triage, cycle-status)
- PAT / API-key auth (for CI and automation)
- Self-hosted Plane support
- Subagent for feature decomposition (initiative → epics → work items)
File issues at github.com/makeplane/plane-claude-plugin.