Skip to content
Claude Desktop

planka for Claude Desktop

io.github.gogogadgetbytes/planka

MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.

client:Claude Desktop transport:stdio runtime:npm

Install planka in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "planka": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ],
      "env": {
        "PLANKA_BASE_URL": "<PLANKA_BASE_URL>",
        "PLANKA_AGENT_EMAIL": "<PLANKA_AGENT_EMAIL>",
        "PLANKA_AGENT_PASSWORD": "<PLANKA_AGENT_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

planka in other clients