← Index

io.github.gogogadgetbytes/planka

io.github.gogogadgetbytes/planka·v1.0.0·Other
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "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": "<your-planka_agent_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "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": "<your-planka_agent_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @gogogadgetbytes/planka-mcp
§02  Environment variables
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
requiredsecret

Password for PLANKA authentication

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other