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.
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.
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.
claude mcp add mcp-server-zuuna -- npx -y mcp-server-zuuna
{
"mcpServers": {
"mcp-server-zuuna": {
"args": [
"-y",
"mcp-server-zuuna"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server-zuuna]
command = "npx"
args = ["-y", "mcp-server-zuuna"]
{
"mcpServers": {
"mcp-server-zuuna": {
"args": [
"-y",
"mcp-server-zuuna"
],
"command": "npx"
}
}
}
{
"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.
Kanban board for teams and coding agents: manage tasks, subtasks, sprints and wiki pages via MCP.
MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI
MCP server for the Trello REST API – manage boards, lists, cards, labels, checklists and more
Task & board management for AI agents + humans. Kanban, comments, digests via MCP.
MCP server for Trello — manage boards, lists, cards, attachments and more via Claude or Gemini
AI-native Kanban board — connect Claude to claim, work and move your tasks over MCP.
Answers built from our own checks of this server.