← Registry

Productivity

kanbanthing.com

Manage Kanban boards and cards for task organization and tracking.

1 endpoint8 known toolsFirst detected August 3, 2026Last detected September 3, 2026

ENDPOINT 1

https://www.kanbanthing.com/mcp

No auth detected

MCP server metadata

Name
kanbanthing
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_board

Create a new KanbanThing board and return its id, shareable URL and password.

Potential side effects
get_board

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

Inferred read-only
list_columns

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

Inferred read-only
list_cards

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

Inferred read-only
create_card

Add a card to a column on a board.

Inferred read-only
move_card

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

Inferred read-only
update_card

Change a card title, description, due date or colour.

Inferred read-only
delete_card

Permanently delete a card from a board.

Potential side effects

CONNECT 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.

Trust status Trusted

kanbanthing.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.