Kaneo MCP Server

After years of using bloated, overcomplicated project management platforms that distracted from actual work, we built Kaneo to be different. It runs locally over stdio via the published package.

People connecting productivity tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 8,508 · #5 OF 139 MAINTAINED PRODUCTIVITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Kaneo

Claude Code

claude mcp add usekaneo-kaneo -- npx -y @kaneo/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @kaneo/mcp - the @kaneo scope differs from the repo owner (usekaneo); confirm it's the project's official package

registry namespace io.github.usekaneo is GitHub-verified and matches the repo owner

03 · What Kaneo can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.22.0 · 2026-08-21

2.22.0 (2026-08-21) · add blog section with alternatives round-ups · return 404 when a label does not exist · stop the release chart gate requesting packages write · describe the release flow in the agent guide…

v2.21.0 · 2026-08-20

add timeout to Turnstile verification · handle Safari "TypeError: Load failed" network errors · ignore third-party adware/extension errors from cdn77.org · prevent auth client timeout by optimizing i18n loading…

v2.20.0 · 2026-08-19

pass Sentry auth token via BuildKit secret, not image env · runtime Sentry instrumentation · source maps + root error boundary for Sentry · provision alerts and dashboards as code · remove unnecessary Sentry capture…

04 · Who maintains Kaneo

kaneo is maintained by usekaneo. It's the only MCP server we track from this author; the repo dates to Dec 2024.

05 · Facts

category
productivity - ranked #5 of 139 actively-maintained productivity servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.usekaneo/kaneo (active, first published 2026-08-04 · 4 versions)
packages
npm:@kaneo/mcp

06 · Kaneo FAQ

What is Kaneo?

After years of using bloated, overcomplicated project management platforms that distracted from actual work, we built Kaneo to be different. It runs locally over stdio via the published package.

Is Kaneo still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Kaneo?

Run `npx -y @kaneo/mcp`. You can also paste the ready-made client config above.

Does Kaneo run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Kaneo