kanban-mcp
Click on "Deploy 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-mcpShow all open tickets in the 'website' project."
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 MCP
MCP server for task/ticket management with dependency tracking.
Install
git clone https://github.com/Rafael09ED/kanban-mcp.git
cd kanban-mcp
npm install
npm run buildRelated MCP server: Scopecraft Command
Setup
Add to your MCP client configuration:
{
"mcpServers": {
"kanban-mcp": {
"command": "node",
"args": ["/path/to/kanban-mcp/mcp-server/build/index.js"]
}
}
}Features
CRUD operations for tickets
Dependency tracking
Status management (open, in-progress, closed)
Project-based filtering
Persistent JSON storage
Automatic data migrations with version detection and path-finding
Research impact trees showing cascade effects of completing tickets
Tools
create_ticket
Create tickets individually or in batches.
Parameters:
title(required): Ticket titledescription(required): Ticket descriptionprojects(optional): Array of project namesdependencies(optional): Array of ticket IDs
Batch format:
tickets(required): Array of ticket objects
read_ticket
Get ticket details by ID.
Parameters:
ticketId(required): Ticket ID
update_ticket
Update ticket properties.
Parameters:
tickets(required): Array of update objects withticketIdand fields to update
delete_ticket
Delete ticket by ID.
Parameters:
ticketId(required): Ticket ID
list_tickets
List tickets with optional filters.
Parameters:
project(optional): Filter by project namestatus(optional): Filter by statusdependsOn(optional): Filter by dependency
next_tickets
Get unblocked tickets ready for work. Shows impact cascade.
Parameters:
project(optional): Filter by project name
Development
npm run dev # Watch mode
npm run build # CompileLicense
AGPLv3
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP Server for an Agent Task Marketplace
MCP server for Product Management
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server for intelligent project planning and task management featuring task tracking, bug reporting, and feature specification with SQLite persistence. It includes full-text search capabilities and automatic filesystem synchronization to keep project data organized and accessible.MIT

Scopecraft Commandofficial
AlicenseNot gradedqualityCmaintenanceMCP server for managing Markdown-Driven Task Management (MDTM) files with task, parent task, environment, and workflow management, enabling structured development workflows.6 npm173MIT- AlicenseBqualityDmaintenanceA task management MCP server for AI-driven development, enabling creation, tracking, and organization of tasks with subtasks, priorities, and dependencies via natural language commands.138 npmMIT
- FlicenseNot gradedqualityBmaintenanceAn MCP server for managing tickets and meetings with CRUD operations, backed by PostgreSQL, and includes a REST API and React frontend.-