# KanbanThing MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-kanbanthing-kanban
- Repository: https://github.com/tronschell/kanban-thing
- Website: https://www.kanbanthing.com/cli

## Install
- Endpoint: https://www.kanbanthing.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://www.kanbanthing.com/mcp

## Tools
- create_board (Create a Kanban 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 returned. Give both the URL and the password to whoever should use the board. Boards are deleted when they expire. Endpoint: https://www.kanbanthing.com/mcp
- get_board (Get a board) - Read a board by id: its name, expiry, columns and how many cards each column holds. Endpoint: https://www.kanbanthing.com/mcp
- list_columns (List columns) - List the columns on a board, left to right, with their ids. Endpoint: https://www.kanbanthing.com/mcp
- list_cards (List cards) - List the cards on a board, optionally only those in one column. Endpoint: https://www.kanbanthing.com/mcp
- create_card (Create a card) - Add a card to a column on a board. Lands in Backlog when no column is given. Endpoint: https://www.kanbanthing.com/mcp
- move_card (Move a card) - Move a card to another column on the same board, at the end of that column. Endpoint: https://www.kanbanthing.com/mcp
- update_card (Update a card) - Change a card title, description, due date or colour. Pass null to clear a field. Use move_card to change column. Endpoint: https://www.kanbanthing.com/mcp
- delete_card (Delete a card) - Permanently delete a card from a board. This cannot be undone. Endpoint: https://www.kanbanthing.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.kanbanthing
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 2, 2026
- Source: https://registry.modelcontextprotocol.io
