mcpbeat Sign in

Planka MCP Server

by omnicoreos Your server? Claim it
local only

Planka MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 3 Sep 2026.

Planka 2.x MCP server with verified card, task, comment, label, and list operations.

Installs per day peak 72 · avg 7 · -29% w/w
a month agotoday
39
Installs / week
npm · @omnicoreos/planka-mcp
2
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add planka-mcp -- npx -y @omnicoreos/planka-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "planka-mcp": {
      "args": [
        "-y",
        "@omnicoreos/planka-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.planka-mcp]
command = "npx"
args = ["-y", "@omnicoreos/planka-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "planka-mcp": {
      "args": [
        "-y",
        "@omnicoreos/planka-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "planka-mcp": {
      "args": [
        "-y",
        "@omnicoreos/planka-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PLANKA_BASE_URL (Planka base URL, for example https://planka.example.com), PLANKA_API_KEY (Planka API key (X-Api-Key). Recommended: replaces the email/password login), PLANKA_AGENT_EMAIL (Email or username of the Planka agent user. Only needed when PLANKA_API_KEY is not set), PLANKA_AGENT_PASSWORD (Password of the Planka agent user. Only needed when PLANKA_API_KEY is not set), PLANKA_DEFAULT_BOARD_ID (Board id used when a tool call omits boardId), PLANKA_ALLOWED_BOARD_IDS (Comma-separated board ids this server may see and touch. Everything else is hidden), PLANKA_ALLOWED_PROJECT_IDS (Comma-separated project ids this server may see. Everything else is hidden), PLANKA_READ_ONLY (Set to true to hide and refuse every write tool), PLANKA_DISABLED_TOOLS (Comma-separated tool names to switch off, for example planka_get_board), PLANKA_PROTECTED_LIST_IDS (Comma-separated list ids that must not receive cards nor be edited or deleted), PLANKA_HIDE_DEPRECATED (Set to true to drop the deprecated tool aliases from tools/list. They stay callable), PLANKA_SUMMARY_HIGHLIGHT_LABEL (Label planka_board_summary flags as unblocked/ready. Unset: no highlighting), PLANKA_SUMMARY_DECISION_LISTS (Comma-separated columns planka_board_summary returns cards from when the call does not say). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Planka MCP

same job, measured the same way
Planka
by gogogadgetbytes

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

43 installs/wk local only
Most Recommended Books
by mostrecommendedbooks

Read-only MCP server for verified book recommendations and reading lists.

6 tools answering
Aem MCP Server
by easingthemes

AEM MCP server. Chat with your AEM instance for content, component, and asset operations.

211 installs/wk local only
Federated AI Commons
by toby-self

MCP server for a federated AI-commons governance simulation with a verified compliance oracle.

65 installs/wk local only
I
Toggl 2.0
by toggl

Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.

2 230 installs/wk local only
Email MCP
by marlinjai

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations

236 installs/wk local only
Desktop Commander
by wonderwhy-er

MCP server for terminal commands, file operations, and process management

135 711 installs/wk local only
Lingua Universale MCP Server
by rafapra3008

Verify AI agent communication with session types and formal proofs

69 installs/wk local only

Planka MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Planka MCP?
Planka MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @omnicoreos/planka-mcp was installed 39 times last week.
How do I connect Planka MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @omnicoreos/planka-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Planka MCP?
The npm package @omnicoreos/planka-mcp was installed 39 times in the last week. Week over week that is -29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Planka MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.