mcpbeat Sign in
I

MCP Server Zuuna

local only

MCP Server Zuuna runs on your own machine — the client starts it, so there is no endpoint to ping.

MCP server for Zuuna — coding agents read and work your git-truth kanban board via the v1 API.

Installs / week
npm · mcp-server-zuuna
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check MCP Server Zuuna every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-zuuna -- npx -y mcp-server-zuuna
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-zuuna": {
      "args": [
        "-y",
        "mcp-server-zuuna"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-zuuna]
command = "npx"
args = ["-y", "mcp-server-zuuna"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-zuuna": {
      "args": [
        "-y",
        "mcp-server-zuuna"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-zuuna": {
      "args": [
        "-y",
        "mcp-server-zuuna"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ZUUNA_API_TOKEN (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Zuuna

same job, measured the same way
Runlane
by runlane

Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.

answering
Planka
by gogogadgetbytes

MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.

43 installs/wk local only
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
Trello MCP Server
by stucchi

MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more

83 installs/wk local only
Kangram
by kangram

Task & board management for AI agents + humans. Kanban, comments, digests via MCP.

answering
Trello
by scaratec

MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini

85 installs/wk local only
LooperTask
by loopertask

AI-native Kanban board — connect Claude to claim, work and move your tasks over MCP.

answering

MCP Server Zuuna — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Zuuna?
MCP Server Zuuna runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-zuuna.
How do I connect MCP Server Zuuna?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-zuuna straight from npm; nothing to host, nothing to sign up for.