MCP Planka MCP Server

MCP server for Planka board

Local serverstdio

What is the MCP Planka MCP server?

MCP Planka becomes available to MCP clients through the mcp planka mcp server. MCP server for Planka board.

What MCP Planka does

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.

Tools it exposes

Once connected, the assistant can call these 14 tools directly:

  • 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
  • IssuesGitHub 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

Installing the mcp planka mcp server

The 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.

Configuration

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.

Where it fits

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.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • It will not start until its required credentials are present, so set those before wondering why the tools never appear.
  • With 14 tools exposed, expect a noticeable bump in prompt size — disable it in projects that never use MCP Planka.
  • Maintained by gcorroto.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp planka mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

Available tools

ToolWhat it does
ComentariosColaboració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
TimeoutVerificar conectividad de red con el servidor Planka
Plankav1.0.0+
Node.js>=18.0.0
SistemasWindows, Linux, macOS
MCPCompatible con Claude Desktop y otros clientes MCP
Issues[GitHub Issues](https://github.com/grec0/mcp-planka/issues)
VariableDescripción
PLANKA_BASE_URLURL base del servidor Planka
PLANKA_AGENT_EMAILEmail para autenticación
PLANKA_AGENT_PASSWORDContraseña para autenticación

How to install the MCP Planka MCP server

#### 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.

Configuration

VariableDescriptionRequired
PLANKA_BASE_URLEndpoint or connection string the server talks to.Yes
PLANKA_AGENT_EMAILConfiguration value read at startup.Optional
PLANKA_AGENT_PASSWORDConfiguration value read at startup.Optional
PLANKA_ALLOW_INSECUREConfiguration value read at startup.Optional

Example prompts to try

  • Use MCP Planka to Comentarios.
  • Use MCP Planka to Windows.
  • Use MCP Planka to macOS.

Frequently asked questions

It connects MCP Planka to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Comentarios, Windows, macOS, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Planka directly.