The main idea is to direct the AI agent to document and save its work as tasks in a kanban board, both in the planning session and in execution
Kanban MCP becomes available to MCP clients through the kanban mcp mcp server. The main idea is to direct the AI agent to document and save its work as tasks in a kanban board, both in the planning session and in execution sessions.
The main idea is to direct the AI agent to document and save its work as tasks in a kanban board, both in the planning session and in execution sessions.
Once connected, the assistant can call these 10 tools directly:
create-kanban-board — Create a new kanban board to plan and keep track of your tasksInput — - name (string): The name of the boardadd-task-to-board — Add a new task to the landing column (to-do) of a kanban boardmove-task — Move a task from one column to another, respecting WIP limitsdelete-task — Delete a taskget-board-info — Get the full info of a kanban board, including columns and tasksget-task-info — Get the full info of a task, including its contentlist-boards — List all kanban boards in the databaseTools — The Tools tool exposed by this serverPrompts — The Prompts tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
The server reads one environment variable: MCP_KANBAN_DB_FOLDER_PATH. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. Kanban MCP sits in that group, and the shape of its toolset — create-kanban-board, Input, add-task-to-board among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| create-kanban-board | Create a new kanban board to plan and keep track of your tasks. |
| Input | - name (string): The name of the board |
| add-task-to-board | Add a new task to the landing column (to-do) of a kanban board. |
| move-task | Move a task from one column to another, respecting WIP limits. |
| delete-task | Delete a task. |
| get-board-info | Get the full info of a kanban board, including columns and tasks. |
| get-task-info | Get the full info of a task, including its content. |
| list-boards | List all kanban boards in the database. |
| Tools | The Tools tool exposed by this server. |
| Prompts | The Prompts tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| MCP_KANBAN_DB_FOLDER_PATH | Filesystem location the server is allowed to use. | Optional |
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.