Odel
Kaiten

Kaiten

Local
@evvfebruary1PythonMITUpdated 1mo ago

Manage Kaiten spaces, boards, cards, comments, and tags with compact MCP responses.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIkaiten-mcpv0.1.0

Run

uvx kaiten-mcp

MCP client config

{
  "mcpServers": {
    "kaiten": {
      "command": "uvx",
      "args": [
        "kaiten-mcp"
      ]
    }
  }
}