All servers · Buy Pro $19 · Source · Claude Desktop bundle (.mcpb)
A task board for each of your projects, driven from your AI chat. Say "add a task to the nova site board: write the
launch email, due Friday, 90 minutes", then ask "what's on the nova board?", "what's overdue?" or "plan my week".
Tasks carry a title, notes, tags, a due date, an estimate, a priority and a column (backlog, todo, doing, review,
done by default), each one gets a short stable id like NS-12, and a task can hand its exact arguments to the
time-tracker server so the time you spend on it lands against the same project name. Everything is stored as plain
JSON on your own machine.
Built by theluckystrike.

A local kanban board per project -- columns, due dates, estimates, weekly review -- zero setup, all local.
npm publish for @theluckystrike/mcp-kanban is pending. Until then, the .mcpb one-click bundle or a clone+build
is the working path -- both are verified below.
One-click (.mcpb): download kanban.mcpb from the latest release and double-click it in Claude Desktop:
https://github.com/theluckystrike/mcp-servers/releases/latest
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"kanban": {
"command": "npx",
"args": ["-y", "@theluckystrike/mcp-kanban"]
}
}
}
Claude Code:
claude mcp add kanban -- npx -y @theluckystrike/mcp-kanban
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"kanban": {
"command": "npx",
"args": ["-y", "@theluckystrike/mcp-kanban"]
}
}
}
The npx form above starts working the moment the package is published. Until then, use the .mcpb bundle above, or
build from source with exactly these three commands:
git clone https://github.com/theluckystrike/mcp-servers.git && cd mcp-servers
npm install
npm run build -w packages/mcp-license -w servers/kanban
Then point your client's command at node with one arg: the absolute path to servers/kanban/dist/index.js.
To run in Pro mode set MCP_LICENSE_KEY in the same config block, or call license_activate once with your key.
| Tool | What it does |
|---|---|
task_add |
Add a task: title plus optional project, column, due date, estimate, priority, tags and notes. A new project name creates its board; a partial name that matches exactly one existing project is used as that project. |
Due dates accept YYYY-MM-DD, today, tomorrow, yesterday, +3d, a weekday (friday, the nearest one from today) and next friday (the one after that). |
|
task_list |
Table of tasks, filtered by project, column, tag, due_before or overdue. Finished tasks are hidden unless you ask for them. Prints 200 rows by default and says how many more there are; raise it with limit (max 2,000). |
task_move |
Move a task to another column on its board. |
task_update |
Change any field: title, notes, due (none clears it), estimate, priority, tags, column or project. |
task_done |
Mark a task done: it moves to the done column and is stamped with the time. |
task_delete |
Delete a task. The id is never reused. |
task_search |
Find tasks by text in the title, notes, tags or id. |
board |
Column-by-column summary of one board: tasks, estimate total, actual total, overdue count. |
task_start_timer |
Return the exact arguments to pass to the time-tracker server's timer_start for this task, and record the link on the task. |
task_log_time |
Add real minutes worked to a task, so estimate and actual can be compared. |
project_list |
Every board with open and done counts, remaining estimate and overdue count. |
overdue |
Everything past its due date, across all boards; as_of measures against another day. |
weekly_review |
Done versus planned for a week, with estimate against actual per project. This week is free; past weeks are Pro. |
columns_set |
Replace one board's columns (Pro). Tasks in a removed column move to the first column. |
license_status |
Free or Pro, and where to upgrade. |
license_activate |
Activate a Pro key (verified offline). |
Also exposed: the resource kanban://today (due today plus everything overdue) and the prompt plan_week
(turns the open board into a day-by-day plan that fits the hours you actually have).
| Free | Pro | |
|---|---|---|
| Project boards | 3 | unlimited |
| Open tasks | 200 | unlimited |
| Columns | the default five (backlog, todo, doing, review, done) | custom columns per board (columns_set) |
| Weekly review | the current week | any week, full history |
| Estimate vs actual reports | current week only | every week |
| Listing output | 200 rows per call, limit up to 2,000 |
same |
| Everything else | included | included |
Pro is a one-time $19 for this server, or $39 for every server, lifetime.
Get Pro: https://mcp.zovo.one/buy/kanban
task_start_timer hands it the project and task name, so hours land against the same project.All data stays local, in ${XDG_DATA_HOME:-~/.local/share}/mcp-servers/kanban/. Nothing is uploaded, no account is
needed, and licence keys are verified offline.
MIT. Support: support@zovo.one
Exact config path, entry and caveats: Claude Desktop · Claude Code · Cursor · VS Code · Windsurf · Cline · Claude.ai and Claude Desktop connectors · all clients
MCP Kanban vs KanbanThing and SwiftKanban CLI: which MCP server to pick · all comparisons
How to track billable hours inside Claude Code and Cursor · Create an invoice PDF from a chat message with an MCP server · Ask questions about an Excel or CSV file from Cursor or Claude · Watch a product price with Claude and get told when it drops · What the free tier includes and what Pro adds · Log expenses and mileage in Claude, split VAT, rebill to an invoice · Convert currencies in Claude with real ECB rates, no API key · Generate Word proposals and contracts from a chat message · Find a meeting time across time zones without doing the arithmetic · Write a resume and a cover letter from chat, without inventing anything · Bill a retainer on a schedule without a billing SaaS · Assemble a contract from your own clause library, in chat · Connect MCP servers to Claude.ai, Claude Desktop, Cursor and VS Code without installing anything · Merge, split and stamp PDFs from chat, and why some come back as glyph numbers · Read a .ics calendar in Claude: free and busy, conflicts, and billable meetings · Run a kanban board in Claude, with time tracking on the same task · Resize, compress and watermark images from a chat message · Categorize and reconcile a bank CSV export from chat · Send a quote from chat, then turn the yes into an invoice · All guides