Skip to content
Cursor

Kaiten for Cursor

io.github.evvfebruary/kaiten-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Kaiten in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kaiten-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kaiten-mcp"
      ],
      "env": {
        "KAITEN_API_TOKEN": "<KAITEN_API_TOKEN>",
        "KAITEN_WORKSPACE_SLUG": "<KAITEN_WORKSPACE_SLUG>",
        "KAITEN_BASE_URL": "<KAITEN_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Kaiten in other clients