philipvanlewis/plane-mcp-server
Comprehensive MCP server for Plane CE — 51 tools for pages, assets, work items, modules, cycles, states, labels, members, and instance customization. Rich markdown editing, image uploads, client-side filtering.
Platform-specific configuration:
{
"mcpServers": {
"plane-mcp-server": {
"command": "npx",
"args": [
"-y",
"plane-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://opensource.org/licenses/MIT) [](https://github.com/philipvanlewis/plane-mcp-server/releases) [](https://modelcontextprotocol.io/) [](https://www.typescriptlang.org/) [](https://plane.so/)
A comprehensive Model Context Protocol (MCP) server for Plane CE — the open-source project management tool.
51 tools covering pages, assets, work items, projects, modules, cycles, labels, states, members, and instance/workspace customization.
git clone https://github.com/philipvanlewis/plane-mcp-server.git
cd plane-mcp-server
npm install
npm run buildCopy .env.example to .env and fill in your Plane CE details:
cp .env.example .envPLANE_BASE_URL=http://localhost # Your Plane CE instance
PLANE_Loading reviews...