Planka MCP
Rank #11,618io.github.omnicoreos/planka-mcp
Planka 2.x MCP server with verified card, task, comment, label, and list operations.
Planka MCP is a Model Context Protocol (MCP) server published by omnicoreos. It ranks #11,618 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Planka MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 21, 2026 and most recently updated on Sep 3, 2026.
Ranks ahead of 120,428 of 132,046 servers on MCP Toplist.
Use Planka MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add planka-mcp -e "PLANKA_BASE_URL=<your PLANKA_BASE_URL>" -e "PLANKA_API_KEY=<your PLANKA_API_KEY>" -e "PLANKA_AGENT_EMAIL=<your PLANKA_AGENT_EMAIL>" -e "PLANKA_AGENT_PASSWORD=<your PLANKA_AGENT_PASSWORD>" -e "PLANKA_DEFAULT_BOARD_ID=<your PLANKA_DEFAULT_BOARD_ID>" -e "PLANKA_ALLOWED_BOARD_IDS=<your PLANKA_ALLOWED_BOARD_IDS>" -e "PLANKA_ALLOWED_PROJECT_IDS=<your PLANKA_ALLOWED_PROJECT_IDS>" -e "PLANKA_READ_ONLY=<your PLANKA_READ_ONLY>" -e "PLANKA_DISABLED_TOOLS=<your PLANKA_DISABLED_TOOLS>" -e "PLANKA_PROTECTED_LIST_IDS=<your PLANKA_PROTECTED_LIST_IDS>" -e "PLANKA_HIDE_DEPRECATED=<your PLANKA_HIDE_DEPRECATED>" -e "PLANKA_SUMMARY_HIGHLIGHT_LABEL=<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>" -e "PLANKA_SUMMARY_DECISION_LISTS=<your PLANKA_SUMMARY_DECISION_LISTS>" -- npx -y @omnicoreos/planka-mcpReplace each placeholder with your own value before saving.
[mcp_servers.planka-mcp]
command = "npx"
args = ["-y", "@omnicoreos/planka-mcp"]
[mcp_servers.planka-mcp.env]
PLANKA_BASE_URL = "<your PLANKA_BASE_URL>"
PLANKA_API_KEY = "<your PLANKA_API_KEY>"
PLANKA_AGENT_EMAIL = "<your PLANKA_AGENT_EMAIL>"
PLANKA_AGENT_PASSWORD = "<your PLANKA_AGENT_PASSWORD>"
PLANKA_DEFAULT_BOARD_ID = "<your PLANKA_DEFAULT_BOARD_ID>"
PLANKA_ALLOWED_BOARD_IDS = "<your PLANKA_ALLOWED_BOARD_IDS>"
PLANKA_ALLOWED_PROJECT_IDS = "<your PLANKA_ALLOWED_PROJECT_IDS>"
PLANKA_READ_ONLY = "<your PLANKA_READ_ONLY>"
PLANKA_DISABLED_TOOLS = "<your PLANKA_DISABLED_TOOLS>"
PLANKA_PROTECTED_LIST_IDS = "<your PLANKA_PROTECTED_LIST_IDS>"
PLANKA_HIDE_DEPRECATED = "<your PLANKA_HIDE_DEPRECATED>"
PLANKA_SUMMARY_HIGHLIGHT_LABEL = "<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>"
PLANKA_SUMMARY_DECISION_LISTS = "<your PLANKA_SUMMARY_DECISION_LISTS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka-mcp": {
"command": "npx",
"args": [
"-y",
"@omnicoreos/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_API_KEY": "<your PLANKA_API_KEY>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>",
"PLANKA_DEFAULT_BOARD_ID": "<your PLANKA_DEFAULT_BOARD_ID>",
"PLANKA_ALLOWED_BOARD_IDS": "<your PLANKA_ALLOWED_BOARD_IDS>",
"PLANKA_ALLOWED_PROJECT_IDS": "<your PLANKA_ALLOWED_PROJECT_IDS>",
"PLANKA_READ_ONLY": "<your PLANKA_READ_ONLY>",
"PLANKA_DISABLED_TOOLS": "<your PLANKA_DISABLED_TOOLS>",
"PLANKA_PROTECTED_LIST_IDS": "<your PLANKA_PROTECTED_LIST_IDS>",
"PLANKA_HIDE_DEPRECATED": "<your PLANKA_HIDE_DEPRECATED>",
"PLANKA_SUMMARY_HIGHLIGHT_LABEL": "<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>",
"PLANKA_SUMMARY_DECISION_LISTS": "<your PLANKA_SUMMARY_DECISION_LISTS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka-mcp": {
"command": "npx",
"args": [
"-y",
"@omnicoreos/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_API_KEY": "<your PLANKA_API_KEY>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>",
"PLANKA_DEFAULT_BOARD_ID": "<your PLANKA_DEFAULT_BOARD_ID>",
"PLANKA_ALLOWED_BOARD_IDS": "<your PLANKA_ALLOWED_BOARD_IDS>",
"PLANKA_ALLOWED_PROJECT_IDS": "<your PLANKA_ALLOWED_PROJECT_IDS>",
"PLANKA_READ_ONLY": "<your PLANKA_READ_ONLY>",
"PLANKA_DISABLED_TOOLS": "<your PLANKA_DISABLED_TOOLS>",
"PLANKA_PROTECTED_LIST_IDS": "<your PLANKA_PROTECTED_LIST_IDS>",
"PLANKA_HIDE_DEPRECATED": "<your PLANKA_HIDE_DEPRECATED>",
"PLANKA_SUMMARY_HIGHLIGHT_LABEL": "<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>",
"PLANKA_SUMMARY_DECISION_LISTS": "<your PLANKA_SUMMARY_DECISION_LISTS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"planka-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@omnicoreos/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_API_KEY": "<your PLANKA_API_KEY>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>",
"PLANKA_DEFAULT_BOARD_ID": "<your PLANKA_DEFAULT_BOARD_ID>",
"PLANKA_ALLOWED_BOARD_IDS": "<your PLANKA_ALLOWED_BOARD_IDS>",
"PLANKA_ALLOWED_PROJECT_IDS": "<your PLANKA_ALLOWED_PROJECT_IDS>",
"PLANKA_READ_ONLY": "<your PLANKA_READ_ONLY>",
"PLANKA_DISABLED_TOOLS": "<your PLANKA_DISABLED_TOOLS>",
"PLANKA_PROTECTED_LIST_IDS": "<your PLANKA_PROTECTED_LIST_IDS>",
"PLANKA_HIDE_DEPRECATED": "<your PLANKA_HIDE_DEPRECATED>",
"PLANKA_SUMMARY_HIGHLIGHT_LABEL": "<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>",
"PLANKA_SUMMARY_DECISION_LISTS": "<your PLANKA_SUMMARY_DECISION_LISTS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka-mcp": {
"command": "npx",
"args": [
"-y",
"@omnicoreos/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_API_KEY": "<your PLANKA_API_KEY>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>",
"PLANKA_DEFAULT_BOARD_ID": "<your PLANKA_DEFAULT_BOARD_ID>",
"PLANKA_ALLOWED_BOARD_IDS": "<your PLANKA_ALLOWED_BOARD_IDS>",
"PLANKA_ALLOWED_PROJECT_IDS": "<your PLANKA_ALLOWED_PROJECT_IDS>",
"PLANKA_READ_ONLY": "<your PLANKA_READ_ONLY>",
"PLANKA_DISABLED_TOOLS": "<your PLANKA_DISABLED_TOOLS>",
"PLANKA_PROTECTED_LIST_IDS": "<your PLANKA_PROTECTED_LIST_IDS>",
"PLANKA_HIDE_DEPRECATED": "<your PLANKA_HIDE_DEPRECATED>",
"PLANKA_SUMMARY_HIGHLIGHT_LABEL": "<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>",
"PLANKA_SUMMARY_DECISION_LISTS": "<your PLANKA_SUMMARY_DECISION_LISTS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka-mcp": {
"command": "npx",
"args": [
"-y",
"@omnicoreos/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_API_KEY": "<your PLANKA_API_KEY>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>",
"PLANKA_DEFAULT_BOARD_ID": "<your PLANKA_DEFAULT_BOARD_ID>",
"PLANKA_ALLOWED_BOARD_IDS": "<your PLANKA_ALLOWED_BOARD_IDS>",
"PLANKA_ALLOWED_PROJECT_IDS": "<your PLANKA_ALLOWED_PROJECT_IDS>",
"PLANKA_READ_ONLY": "<your PLANKA_READ_ONLY>",
"PLANKA_DISABLED_TOOLS": "<your PLANKA_DISABLED_TOOLS>",
"PLANKA_PROTECTED_LIST_IDS": "<your PLANKA_PROTECTED_LIST_IDS>",
"PLANKA_HIDE_DEPRECATED": "<your PLANKA_HIDE_DEPRECATED>",
"PLANKA_SUMMARY_HIGHLIGHT_LABEL": "<your PLANKA_SUMMARY_HIGHLIGHT_LABEL>",
"PLANKA_SUMMARY_DECISION_LISTS": "<your PLANKA_SUMMARY_DECISION_LISTS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.omnicoreos%2Fplanka-mcp)<a href="https://mcptoplist.com/server/io.github.omnicoreos%2Fplanka-mcp"><img src="https://mcptoplist.com/badge/io.github.omnicoreos%2Fplanka-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
omnicoreos
Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Sep 3, 2026 |
Frequently asked questions
- Who maintains Planka MCP?
- Planka MCP is maintained by omnicoreos, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Planka MCP listed on the Official MCP Registry?
- Yes — Planka MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Planka MCP have?
- MCP Toplist tracks 1 version of Planka MCP, most recently published on Sep 3, 2026.
- Where can I find the source code for Planka MCP?
- The source code for Planka MCP is hosted at github.com/omnicoreos/planka-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.