Home › Other › planka-mcp

planka-mcp

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

TypeScript
★ 10 stars Last pushed 2026-02-03 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y @gogogadgetbytes/planka-mcp@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "planka-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp@1.0.0"
      ],
      "env": {
        "PLANKA_BASE_URL": "<YOUR_VALUE>",
        "PLANKA_AGENT_EMAIL": "<YOUR_VALUE>",
        "PLANKA_AGENT_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • PLANKA_BASE_URL required — PLANKA server URL (e.g., https://planka.example.com)
  • PLANKA_AGENT_EMAIL required — Email/username for PLANKA authentication
  • PLANKA_AGENT_PASSWORD required secret — Password for PLANKA authentication

Related servers

Data from the Official MCP Registry