planka
About
MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PLANKA_BASE_URL PLANKA_AGENT_EMAIL PLANKA_AGENT_PASSWORDClaude Code
claude mcp add --env PLANKA_BASE_URL= --env PLANKA_AGENT_EMAIL= --env PLANKA_AGENT_PASSWORD= planka -- npx @gogogadgetbytes/planka-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"planka","command":"npx","args":["@gogogadgetbytes/planka-mcp"],"env":{"PLANKA_BASE_URL":"","PLANKA_AGENT_EMAIL":"","PLANKA_AGENT_PASSWORD":""}}'
JSON
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "",
"PLANKA_AGENT_EMAIL": "",
"PLANKA_AGENT_PASSWORD": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.