MCP server for Planka board
MCP Planka becomes available to MCP clients through the mcp planka mcp server. MCP server for Planka board.
Servidor MCP (Model Context Protocol) para integración completa con tableros Kanban de Planka. Permite gestionar proyectos, tableros, tarjetas, tareas y colaboración directamente desde aplicaciones MCP como Claude.
Once connected, the assistant can call these 14 tools directly:
Comentarios — Colaboración a través de comentarios en tarjetasWindows — %APPDATA%\Claude\claude_desktop_config.jsonmacOS — ~/Library/Application Support/Claude/claude_desktop_config.jsonLinux — ~/.config/claude/claude_desktop_config.jsonTimeout — Verificar conectividad de red con el servidor PlankaPlanka — v1.0.0+Node.js — >=18.0.0Sistemas — Windows, Linux, macOSMCP — Compatible con Claude Desktop y otros clientes MCPIssues — GitHub IssuesVariable — DescripciónPLANKA_BASE_URL — URL base del servidor PlankaPLANKA_AGENT_EMAIL — Email para autenticaciónPLANKA_AGENT_PASSWORD — Contraseña para autenticaciónThe server is distributed via npm as @grec0/mcp-planka, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 4 environment variables: PLANKA_BASE_URL, PLANKA_AGENT_EMAIL, PLANKA_AGENT_PASSWORD, PLANKA_ALLOW_INSECURE. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. MCP Planka sits in that group, and the shape of its toolset — Comentarios, Windows, macOS among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Comentarios | Colaboración a través de comentarios en tarjetas |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Linux | ~/.config/claude/claude_desktop_config.json |
| Timeout | Verificar conectividad de red con el servidor Planka |
| Planka | v1.0.0+ |
| Node.js | >=18.0.0 |
| Sistemas | Windows, Linux, macOS |
| MCP | Compatible con Claude Desktop y otros clientes MCP |
| Issues | [GitHub Issues](https://github.com/grec0/mcp-planka/issues) |
| Variable | Descripción |
| PLANKA_BASE_URL | URL base del servidor Planka |
| PLANKA_AGENT_EMAIL | Email para autenticación |
| PLANKA_AGENT_PASSWORD | Contraseña para autenticación |
#### Para instalación local
```json
{
"mcpServers": {
"planka": {
"command": "node",
"args": ["C:/ruta/a/kanban-mcp/dist/index.js"],
"env": {
"PLANKA_BASE_URL": "http://localhost:3000",
"PLANKA_AGENT_EMAIL": "demo@demo.demo",
"PLANKA_AGENT_PASSWORD": "demo"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PLANKA_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| PLANKA_AGENT_EMAIL | Configuration value read at startup. | Optional |
| PLANKA_AGENT_PASSWORD | Configuration value read at startup. | Optional |
| PLANKA_ALLOW_INSECURE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.