Planka MCP

Control a Planka 2.x board from Claude Code through 41 MCP tools. Writes are re-read and verified, so a reported success matches the board. It runs locally over stdio via the published package.

People who work with Planka and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-03 · ★ 2 · #79 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Planka MCP

before you install - you'll need

Set PLANKA_BASE_URL, PLANKA_API_KEY, PLANKA_ALLOWED_BOARD_IDS, PLANKA_DISABLED_TOOLS, PLANKA_PROTECTED_LIST_IDS, PLANKA_AGENT_EMAIL, PLANKA_AGENT_PASSWORD, PLANKA_SMOKE_BOARD_ID before connecting. PLANKA_DEFAULT_BOARD_ID is optional or environment-specific per the README.

Claude Code

claude mcp add omnicoreos-planka-mcp -- npx -y @omnicoreos/planka-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-21 - young repo, little track record yet

license MIT - declared in the repository

npm package @omnicoreos/planka-mcp - published under the repo owner's npm scope (@omnicoreos)

registry namespace io.github.omnicoreos is GitHub-verified and matches the repo owner

03 · What Planka MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

[!WARNING] The old @gogogadgetbytes/planka-mcp package can report success while doing nothing on Planka 2.x. Read the five silent-failure gotchas before replacing an existing installation.

04 · Who maintains Planka MCP

Planka MCP is maintained by omnicoreos. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
productivity - ranked #79 of 160 actively-maintained productivity servers as of 2026-09-18.
registry
io.github.omnicoreos/planka-mcp (active, first published 2026-09-03)
packages
npm:@omnicoreos/planka-mcp

06 · Planka MCP FAQ

What is Planka MCP?

Control a Planka 2.x board from Claude Code through 41 MCP tools. Writes are re-read and verified, so a reported success matches the board. It runs locally over stdio via the published package.

Is Planka MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-03. We re-verify nightly.

How do I install Planka MCP?

Run `npx -y @omnicoreos/planka-mcp`. The README documents 9 environment variables (PLANKA_BASE_URL, PLANKA_API_KEY, PLANKA_DEFAULT_BOARD_ID…) to set first. Set PLANKA_BASE_URL, PLANKA_API_KEY, PLANKA_ALLOWED_BOARD_IDS, PLANKA_DISABLED_TOOLS, PLANKA_PROTECTED_LIST_IDS, PLANKA_AGENT_EMAIL, PLANKA_AGENT_PASSWORD, PLANKA_SMOKE_BOARD_ID before connecting. PLANKA_DEFAULT_BOARD_ID is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Planka MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Planka MCP

More productivity MCP servers · mneme Record · Enquire MCP · Kanban AI · YAML Workflow · Global Agent Memory

More TypeScript MCP servers · Omnidim MCP Server · WAKE Protocol · Omophub MCP · Ckan MCP Server · Service Public France · see all