Loading MCP server directory, please wait...
Planka 2.x MCP server with verified card, task, comment, label, and list operations.
npx @getmcp/cli add io.github.omnicoreos/planka-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PLANKA_BASE_URLPlanka base URL, for example https://planka.example.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.omnicoreos/planka-mcp": {
"command": "npx",
"args": [
"-y",
"@omnicoreos/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "",
"PLANKA_API_KEY": "",
"PLANKA_AGENT_EMAIL": "",
"PLANKA_AGENT_PASSWORD": "",
"PLANKA_DEFAULT_BOARD_ID": "",
"PLANKA_ALLOWED_BOARD_IDS": "",
"PLANKA_ALLOWED_PROJECT_IDS": "",
"PLANKA_READ_ONLY": "",
"PLANKA_DISABLED_TOOLS": "",
"PLANKA_PROTECTED_LIST_IDS": "",
"PLANKA_HIDE_DEPRECATED": "",
"PLANKA_SUMMARY_HIGHLIGHT_LABEL": "",
"PLANKA_SUMMARY_DECISION_LISTS": ""
}
}
}
}