KanbanThing
com.kanbanthing/kanbanCreate and drive KanbanThing kanban boards. No account, no API key, board link required.
Tools · 8
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…
Read a board by id: its name, expiry, columns and how many cards each column holds.
List the columns on a board, left to right, with their ids.
List the cards on a board, optionally only those in one column.
Add a card to a column on a board. Lands in Backlog when no column is given.
Move a card to another column on the same board, at the end of that column.
Change a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column.
Permanently delete a card from a board. This cannot be undone.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kanbanthing": {
"url": "https://www.kanbanthing.com/mcp",
"transport": "streamable-http"
}
}
}