HomeOther › kaneo

kaneo

Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients

TypeScript
★ 9,171 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.11)

npx -y @kaneo/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "kaneo": {
      "command": "npx",
      "args": [
        "-y",
        "@kaneo/[email protected]"
      ],
      "env": {
        "KANEO_API_URL": "<YOUR_VALUE>",
        "KANEO_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • KANEO_API_URL — Base URL of your Kaneo API (defaults to http://localhost:1337)
  • KANEO_API_KEY secret — Kaneo API key for non-interactive auth; omit to use the interactive device flow

Related servers

Data from the Official MCP Registry