Loading MCP server directory, please wait...
MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.
npx @getmcp/cli add io.github.gogogadgetbytes/plankaRequires Node.js 18+. Community-contributed server. Review source before installing.
PLANKA_BASE_URLPLANKA server URL (e.g., https://planka.example.com)
PLANKA_AGENT_EMAILEmail/username for PLANKA authentication
PLANKA_AGENT_PASSWORDPassword for PLANKA authentication
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.gogogadgetbytes/planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "",
"PLANKA_AGENT_EMAIL": "",
"PLANKA_AGENT_PASSWORD": ""
}
}
}
}