home / mcp / planka mcp server
MCP server exposing PLANKA 2.0 data sources and actions for AI agents to manage cards, tasks, labels, comments, and lists.
Configuration
View docs{
"mcpServers": {
"gogogadgetbytes-planka-mcp": {
"command": "npx",
"args": [
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "https://planka.example.com",
"PLANKA_AGENT_EMAIL": "[email protected]",
"PLANKA_AGENT_PASSWORD": "your-password"
}
}
}
}You can run and connect to a PLANKA MCP server that provides a complete, type-safe interface for managing PLANKA kanban boards. This server enables AI agents to interact with boards, cards, tasks, labels, and comments through a structured, protocol-friendly API with sensible defaults tailored for agent workflows.
To use this MCP server, run it locally using the provided command and point your MCP client (such as Claude or another agent) at the server. You will gain access to a rich set of tools for exploring board structure, creating and updating cards, managing tasks, labels, comments, and lists, and moving items through your workflow. Configure your client with the connection details and required environment variables, then invoke the available tools to perform common Kanban operations.
Prerequisites: ensure you have Node.js and npm installed on your machine.
# Install the MCP server package locally
npm install @gogogadgetbytes/planka-mcp# Or run the MCP server directly without installing globally
npx @gogogadgetbytes/planka-mcpGet projects, boards, and lists hierarchy
Get a board with all cards, lists, and labels
Create a card (optionally with tasks)
Update card properties
Move card to different list/position
Get card details with tasks/comments
Delete a card
Add tasks (checklist items) to a card
Update task name or completion
Delete a task
Create/update/delete board labels
Add/remove labels from a card
Add a comment to a card
Get all comments on a card
Create/update/delete lists