kaneo for Cursor
io.github.usekaneo/kaneo
Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients
client:Cursor
transport:stdio
runtime:npm
Install kaneo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kaneo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<KANEO_API_URL>",
"KANEO_API_KEY": "<KANEO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs