Kanban Zone MCP Server
OfficialRelated Servers
Alternatives to Kanban Zone MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to manage Kanban tasks, boards, teams, and checklists via natural language, with full CRUD operations and live updates.47 npmMIT
- AlicenseBqualityCmaintenanceEnables AI agents to manage kanban boards with tasks, including creating boards, items, moving between columns, and searching.81MIT

Yokan Board MCPofficial
FlicenseAqualityDmaintenanceEnables AI agents to interact with Yokan Kanban Board API to manage boards, columns, and tasks through a tool-based interface.172-- AlicenseBqualityBmaintenanceEnables interaction with Kaiten's kanban and project management system, offering tools to manage spaces, boards, cards, comments, members, tags, checklists, and more via natural language.6322 npm1MIT
- AlicenseNot gradedqualityBmaintenanceEnables coding agents to inspect and modify local-first Kanban boards through typed read/write tools over the loopback API, with explicit workspace selection.1GPL 3.0
- AlicenseBqualityCmaintenanceEnables AI assistants to interact with Planka, a real-time Kanban board application, for managing projects, boards, lists, cards, and more.1021 npm5MIT
TDQS
Scored across 27 tools
Most tools have distinct purposes (create vs update vs move), but some overlap exists between get_board with include options and the specific list_* tools (e.g., list_board_columns). Descriptions help differentiate, but an agent might occasionally pick the wrong one.
All tools follow a consistent snake_case pattern of kanbanzone_<verb>_<noun>, with verbs like create, get, list, update, move, search. No mixing of conventions, making it predictable.
27 tools is slightly above the typical well-scoped range (3-15), but it comprehensively covers the Kanban domain. The count feels heavy but not excessive given the complexity of the application.
The tool surface covers most core CRUD operations for cards, checklists, tasks, labels, and comments, but notably lacks delete operations for any entity and has no board creation/update/delete or column management. This leaves agents unable to fully manage lifecycle.