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
{
"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