loading…
Search for a command to run...
loading…
An MCP server for the Plane project management platform that enables users to manage workspaces, projects, and work items. It supports full CRUD operations for
An MCP server for the Plane project management platform that enables users to manage workspaces, projects, and work items. It supports full CRUD operations for issues while providing access to cycles, modules, labels, and workflow states.
An MCP (Model Context Protocol) server for Plane project management.
Set these environment variables:
| Variable | Description |
|---|---|
PLANE_BASE_URL |
Your Plane instance URL (e.g. https://plane.example.com) |
PLANE_API_KEY |
API key from Plane (Profile Settings > API Tokens) |
MCP_HOST |
Host to bind HTTP transport (default: 0.0.0.0) |
MCP_PORT |
Port for HTTP transport (default: 8080) |
pip install plane-mcp
Or from source:
git clone https://github.com/cmet7/plane-mcp.git
cd plane-mcp
pip install -e ".[dev]"
PLANE_BASE_URL=https://plane.example.com PLANE_API_KEY=your_key python -m plane_mcp
{
"mcpServers": {
"plane": {
"command": "python3",
"args": ["-m", "plane_mcp"],
"env": {
"PLANE_BASE_URL": "https://plane.example.com",
"PLANE_API_KEY": "your_api_key"
}
}
}
}
pip install -e ".[dev]"
pytest
ruff check src/ tests/
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"plane-mcp": {
"command": "npx",
"args": []
}
}
}