Skip to content
Cursor

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

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

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

kaneo in other clients