Welcome to the Kanban MCP project! 🎉 This project integrates Planka kanban boards with Cursor's Machine Control Protocol (MCP) to enable AI assistants like Claude to manage your kanban boards.
Kanban MCP is a bridge between Planka (an open-source kanban board) and Cursor's Machine Control Protocol. It allows AI assistants like Claude to:
This integration enables a seamless workflow where you can ask Claude to help manage your development tasks, track progress, and organize your work.
git clone https://github.com/bradrisse/kanban-mcp.git
cd kanban-mcp
npm install
npm run build
npm run up
Access the Planka Kanban board:
Configure Cursor to use the MCP server:
{
"mcpServers": {
"kanban": {
"command": "node",
"args": ["/path/to/kanban-mcp/dist/index.js"],
"env": {
"PLANKA_BASE_URL": "http://localhost:3333",
"PLANKA_AGENT_EMAIL": "demo@demo.demo",
"PLANKA_AGENT_PASSWORD": "demo"
}
}
}
}
/path/to/kanban-mcp
with the actual absolute path to your kanban-mcp directoryAlternatively, you can use a project-specific configuration by creating a .cursor/mcp.json
file in your project root with the same configuration.
For Docker-based deployment and other advanced options, see the Installation Guide.
Kanban MCP provides a comprehensive set of features for managing your kanban boards:
MCP Kanban supports several workflow strategies for LLM-human collaboration:
For more details on these strategies, see the Capabilities and Strategies wiki page.
npm run build
: Build the TypeScript codenpm run build-docker
: Build the TypeScript code and create a Docker imagenpm run up
: Start the Planka containers (kanban and postgres)npm run down
: Stop all containersnpm run restart
: Restart the Planka containersnpm run start-node
: Start the MCP server directly with Node (for testing outside of Cursor)npm run qc
: Run quality control checks (linting and type checking)We welcome contributions to Kanban MCP! If you'd like to contribute:
If you need help with Kanban MCP:
Kanban MCP is open-source software licensed under the MIT License. See the LICENSE file for details.
Seamless access to top MCP servers powering the future of AI integration.