The Claude integration for Plane uses the Model Context Protocol (MCP) to bring AI directly into your project management workflow. With Claude connected, you can generate insights, assist with documentation, and interact with issues or projects without leaving Plane.
Claude-powered assistance → Use Anthropic’s Claude AI to interact with Plane Work Items, tasks, and documentation.
Model Context Protocol (MCP) → Standardized integration ensures reliable, secure, and scalable AI interactions.
MCP server by Plane → Official implementation maintained by Plane for smooth setup and updates.
Extensible → Built on MCP, making it possible to extend with other compatible AI models in the future.
Faster documentation → Summarize, generate, or refine content within Plane using Claude.
Context-aware insights → Claude leverages Plane’s context to provide relevant, actionable responses.
Open Settings from the sidebar on the web or desktop app.
Scroll to the Integrations section and click Add more.
Enter the Integration URL: https://mcp.plane.so/sse
Click Connect to link your Plane workspace.
claude_desktop_config.json:{
"mcpServers": {
"plane": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.plane.so/sse"]
}
}
}
👉 For detailed setup instructions, see the Plane MCP Server Guide.
