Skip to content
Cline

Planka MCP for Cline

io.github.omnicoreos/planka-mcp

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

client:Cline transport:stdio runtime:npm

Install Planka MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "planka-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@omnicoreos/planka-mcp"
      ],
      "env": {
        "PLANKA_BASE_URL": "<PLANKA_BASE_URL>",
        "PLANKA_API_KEY": "<PLANKA_API_KEY>",
        "PLANKA_AGENT_EMAIL": "<PLANKA_AGENT_EMAIL>",
        "PLANKA_AGENT_PASSWORD": "<PLANKA_AGENT_PASSWORD>",
        "PLANKA_DEFAULT_BOARD_ID": "<PLANKA_DEFAULT_BOARD_ID>",
        "PLANKA_ALLOWED_BOARD_IDS": "<PLANKA_ALLOWED_BOARD_IDS>",
        "PLANKA_ALLOWED_PROJECT_IDS": "<PLANKA_ALLOWED_PROJECT_IDS>",
        "PLANKA_READ_ONLY": "<PLANKA_READ_ONLY>",
        "PLANKA_DISABLED_TOOLS": "<PLANKA_DISABLED_TOOLS>",
        "PLANKA_PROTECTED_LIST_IDS": "<PLANKA_PROTECTED_LIST_IDS>",
        "PLANKA_HIDE_DEPRECATED": "<PLANKA_HIDE_DEPRECATED>",
        "PLANKA_SUMMARY_HIGHLIGHT_LABEL": "<PLANKA_SUMMARY_HIGHLIGHT_LABEL>",
        "PLANKA_SUMMARY_DECISION_LISTS": "<PLANKA_SUMMARY_DECISION_LISTS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Planka MCP in other clients