Productivity
kanbanthing.com
Manage Kanban boards and cards for task organization and tracking.
ENDPOINT 1
https://www.kanbanthing.com/mcp
MCP server metadata
- Name
- kanbanthing
- Version
- 0.1.0
Drive a KanbanThing board. Every tool needs a board_id the user supplied - either a board UUID or a board URL. There is no way to list or search boards, so ask the user for the link rather than guessing. Boards with a password need it passed as `password` on every call.
Known tools 8
create_boardCreate a new KanbanThing board and return its id, shareable URL and password.
Potential side effectsget_boardRead a board by id: its name, expiry, columns and how many cards each column holds.
Inferred read-onlymove_cardMove a card to another column on the same board, at the end of that column.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kanbanthing]
url = "https://www.kanbanthing.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kanbanthing": {
"type": "http",
"url": "https://www.kanbanthing.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kanbanthing
Remote MCP URL: https://www.kanbanthing.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kanbanthing": {
"url": "https://www.kanbanthing.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kanbanthing": {
"type": "http",
"url": "https://www.kanbanthing.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kanbanthing",
"transport": "streamable-http",
"url": "https://www.kanbanthing.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kanbanthing.com was fetched 2026-08-24T00:26:13.221Z.
kanbanthing.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.