Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

KanbanThing

com.kanbanthing/kanban

Create and drive KanbanThing kanban boards. No account, no API key, board link required.

Uptime
100.0%
1 direct probes · 30d
Response
883ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

create_board

Create a new KanbanThing board and return its id, shareable URL and password. No sign-up. Every board is password protected: pass `password` to choose one, otherwise a random password is generated and…

get_board

Read a board by id: its name, expiry, columns and how many cards each column holds.

list_columns

List the columns on a board, left to right, with their ids.

list_cards

List the cards on a board, optionally only those in one column.

create_card

Add a card to a column on a board. Lands in Backlog when no column is given.

move_card

Move a card to another column on the same board, at the end of that column.

update_card

Change a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column.

delete_card

Permanently delete a card from a board. This cannot be undone.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "kanbanthing": {
      "url": "https://www.kanbanthing.com/mcp",
      "transport": "streamable-http"
    }
  }
}