
Plane MCP Server
Supports UIby makeplane
Comprehensive integration with Plane project management, allowing AI agents to manage issues, cycles, and projects.
What it does
Plane MCP Server connects AI agents to Plane, an open-source project management tool. It provides full programmatic access to manage the entire project lifecycle, from tracking work items and organizing cycles to managing project members and initiatives.
Tools
list_projects: List all projects in a workspace.create_project: Create a new project with specific configuration.list_work_items: Retrieve and filter work items within a project.create_work_item: Create new issues or tasks.list_cycles: Manage project cycles and sprints.list_modules: Organize work into functional modules.search_work_items: Global search for issues across the workspace.
Installation
Using uvx (recommended):
{
"mcpServers": {
"plane": {
"command": "uvx",
"args": ["plane-mcp-server", "stdio"],
"env": {
"PLANE_API_KEY": "<your-api-key>",
"PLANE_WORKSPACE_SLUG": "<your-workspace-slug>",
"PLANE_BASE_URL": "https://api.plane.so"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uvx plane-mcp-server stdioInformation
- Pricing
- free
- Published
- 4/20/2026
- stars






