Odel
kaneo

kaneo

Local
@usekaneo8.9kTypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kaneo/mcpv0.1.11

Run

npx -y @kaneo/mcp

MCP client config

{
  "mcpServers": {
    "kaneo": {
      "command": "npx",
      "args": [
        "-y",
        "@kaneo/mcp"
      ]
    }
  }
}