HomeProductivity › mcp-server-zuuna

mcp-server-zuuna

MCP server for Zuuna: coding agents work your git-truth kanban board via the v1 API. 67 tools.

Official TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Product Management

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server-zuuna": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "ZUUNA_API_TOKEN": "<YOUR_VALUE>",
        "ZUUNA_BASE_URL": "<YOUR_VALUE>",
        "ZUUNA_TIMEOUT_MS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ZUUNA_API_TOKEN required secret — Bearer API token from your Zuuna workspace. Grant only the scopes the agent needs (boards:read + cards:read is enough for a read-only observer).
  • ZUUNA_BASE_URL — Zuuna base URL. Defaults to https://app.zuuna.de.
  • ZUUNA_TIMEOUT_MS — Per-request timeout in milliseconds. Defaults to 15000.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry