Kanban Zone MCP Server
OfficialThe Kanban Zone MCP Server lets AI assistants interact with your Kanban Zone workspace via the public API, providing 27 tools across boards, cards, comments, checklists, tasks, and labels — with no delete operations supported.
Organization & Authentication
Verify your API key and retrieve your organization name
Fetch full organization profile including members, boards, columns, labels, and custom fields
Boards
List all boards (including archived) with optional related data
Get a specific board by public ID
List columns, labels, members, and custom fields for any board
Cards
Create, list, get, update, move, and search cards (full-text by title or number)
View a card's full activity history and time-in-column/cycle/lead-time metrics
Filter card lists by column, owner, label, days since last update, and pagination
Comments
Add comments to cards and list existing comments
Checklists
Create checklists on cards (optionally pre-populated with tasks in one call)
Update checklist title or position, and list all checklists and their tasks on a card
Tasks
Create and update tasks (description, completion status, due date, owner, position)
Move tasks between checklists or reorder within the same checklist
Labels
Create labels on a board (with color, description, and optional default flag)
Get and update labels (color, description, default status, position)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Kanban Zone MCP Serverlist my boards"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kanban Zone MCP Server
Model Context Protocol server that lets AI assistants (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, and any stdio-capable MCP client) drive your Kanban Zone workspace via the public API.
27 tools across boards, cards, comments, checklists, tasks, and labels. No delete operations.
What you can do
Read your boards, columns, labels, members, and custom fields.
Create, list, get, update, move, and search cards.
Inspect a card's history and time-in-column metrics.
Create, get, and update labels.
Add comments.
Create, update, and list checklists — including bulk task creation in a single call.
Create, update, and move tasks.
Related MCP server: Yokan Board MCP
Quick start (Claude Desktop)
Get an API key. In Kanban Zone: Org Settings → Integrations → API Key. Copy the whole thing — it looks like
accessId:apiKey.Edit your config.
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "kanbanzone": { "command": "npx", "args": ["-y", "kanban-zone-mcp-server"], "env": { "KANBANZONE_API_KEY": "accessId:apiKey" } } } }Restart Claude Desktop. The Kanban Zone tools appear in the tool picker.
Try it. Ask Claude: "Is my Kanban Zone connection working?" — Claude calls
kanbanzone_get_meand replies with your org name.
Quick start (Claude Code)
claude mcp add kanbanzone \
-e KANBANZONE_API_KEY=accessId:apiKey \
-- npx -y kanban-zone-mcp-serverConfiguration
Variable | Required | Default | Description |
| yes | — | Composite credential |
| no |
| Override only when pointing at a non-production environment. |
The server validates the key on startup. A missing or malformed value (no : separator) exits immediately with a message pointing at the org settings page.
Tools
27 tools, all prefixed with kanbanzone_:
Group | Tools |
Organization & Auth |
|
Boards |
|
Cards |
|
Comments |
|
Checklists |
|
Tasks |
|
Labels |
|
User-facing docs with example prompts: https://docs.kanbanzone.io/mcp. Full input/output schemas: https://docs.kanbanzone.io/api.
Running from source
If you'd rather run from a local clone (development, contributions, custom modifications):
git clone https://github.com/kanbanzone/kanban-zone-mcp-server.git
cd kanban-zone-mcp-server
npm install
KANBANZONE_API_KEY=accessId:apiKey node src/index.jsPlain JavaScript — no compile step.
Troubleshooting
401 on every tool call. API key is wrong or expired. Regenerate it.
Tools don't appear in the client. Confirm the path is correct and the client was restarted after editing config. For npx installs, run npx -y kanban-zone-mcp-server once manually to make sure it downloads cleanly.
Card does not exist on a card you can see. It's a mirror — pass board=<publicId> to disambiguate which mirror.
Truncation warnings on list_cards. Paginate with page / count, or narrow with columns, owner, label, or daysSinceLastUpdate.
Security
This server runs locally on your machine. It does not transmit data to any third-party AI service — every API call goes directly to https://integrations.kanbanzone.io. Your API key never leaves your machine except as an Authorization: Basic header on those direct calls.
What's next
The server is local-stdio only today. A hosted version (paste a URL into your client, no install) is on the roadmap.
License
MIT.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kanbanzone/kanban-zone-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server