mcpbeat

Kaneo MCP Server

by usekaneo
local only

Kaneo runs on your own machine — the client starts it, so there is no endpoint to ping. 217 installs a week from npm. Last commit 5 Aug 2026.

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

Installs per day peak 73 · avg 11 · +325% w/w
a month agotoday
217
Installs / week
npm · @kaneo/mcp
7340
Stars
40 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kaneo -- npx -y @kaneo/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kaneo": {
      "args": [
        "-y",
        "@kaneo/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kaneo]
command = "npx"
args = ["-y", "@kaneo/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kaneo": {
      "args": [
        "-y",
        "@kaneo/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kaneo": {
      "args": [
        "-y",
        "@kaneo/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Kaneo

same job, measured the same way
N
Todoist
by todoist

Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.

answering
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

41 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

52 installs/wk local only
Kanban AI
by orholam

Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.

answering
Teamwork
by teamwork

The Teamwork.com official MCP server helps teams efficiently manage client projects with AI.

190 tools answering
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

33 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only
Google Tasks MCP Server
by ebmurha

Manage Google Tasks from MCP-compatible AI clients.

105 installs/wk local only

Kaneo — questions

Answers built from our own checks of this server.

Why is there no uptime for Kaneo?
Kaneo runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kaneo/mcp was installed 217 times last week.
How do I connect Kaneo?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kaneo/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Kaneo?
The npm package @kaneo/mcp was installed 217 times in the last week. Week over week that is +325%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Kaneo open source?
Yes — it is published under the MIT licence, written in TypeScript, 7 340 stars on GitHub and 40 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.