Skip to content
Cursor

planka for Cursor

io.github.gogogadgetbytes/planka

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

client:Cursor transport:stdio runtime:npm

Install planka in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "planka": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

planka in other clients