Plane
Freeby MCP Community
The Plane MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Plane APIs, enabling projects, work items, and automations
v0.1.5Added Apr 12, 2026
Plane MCP Server
The Plane MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Plane APIs, enabling projects, work items, and automations
Installation
npx -y @makeplane/plane-mcp-server
Reviews
Installation
Quick install
npx -y @makeplane/plane-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"plane": {
"command": "npx",
"args": ["-y", "@makeplane/plane-mcp-server"]
}
}
}