Odel
planka mcp

planka mcp

Local
@gogogadgetbytes10TypeScriptMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@gogogadgetbytes/planka-mcpv1.0.0

Run

npx -y @gogogadgetbytes/planka-mcp

MCP client config

{
  "mcpServers": {
    "planka-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ]
    }
  }
}