Skip to content
Cursor

kaiten mcp for Cursor

io.github.theyahia/kaiten-mcp

MCP server for Kaiten API — cards, boards. 3 tools.

client:Cursor transport:stdio runtime:npm

Install kaiten mcp 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": "npx",
      "args": [
        "-y",
        "@theyahia/kaiten-mcp"
      ],
      "env": {
        "KAITEN_DOMAIN": "<KAITEN_DOMAIN>"
      }
    }
  }
}

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

kaiten mcp in other clients