Kaneo
Rank #210io.github.usekaneo/kaneo
Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients
Kaneo is a Model Context Protocol (MCP) server published by usekaneo. It ranks #210 of 103,283 servers tracked on MCP Toplist, and its repository has 7,308 GitHub stars. Kaneo is listed on Official MCP, with 3 tracked versions. It was first listed on Jul 30, 2026 and most recently updated on Aug 10, 2026.
Ranks ahead of 103,073 of 103,283 servers on MCP Toplist.
Use Kaneo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kaneo -e "KANEO_API_URL=<your KANEO_API_URL>" -e "KANEO_API_KEY=<your KANEO_API_KEY>" -- npx -y @kaneo/mcpReplace each placeholder with your own value before saving.
[mcp_servers.kaneo]
command = "npx"
args = ["-y", "@kaneo/mcp"]
[mcp_servers.kaneo.env]
KANEO_API_URL = "<your KANEO_API_URL>"
KANEO_API_KEY = "<your KANEO_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaneo": {
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<your KANEO_API_URL>",
"KANEO_API_KEY": "<your KANEO_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaneo": {
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<your KANEO_API_URL>",
"KANEO_API_KEY": "<your KANEO_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"kaneo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<your KANEO_API_URL>",
"KANEO_API_KEY": "<your KANEO_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaneo": {
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<your KANEO_API_URL>",
"KANEO_API_KEY": "<your KANEO_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"kaneo": {
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<your KANEO_API_URL>",
"KANEO_API_KEY": "<your KANEO_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.usekaneo%2Fkaneo)<a href="https://mcptoplist.com/server/io.github.usekaneo%2Fkaneo"><img src="https://mcptoplist.com/badge/io.github.usekaneo%2Fkaneo.svg" alt="MCP Toplist: Top 1% of 103,283" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
usekaneo
Available versions (3)
| Version | Published |
|---|---|
| 0.1.10 | Aug 10, 2026 |
| 0.1.9 | Aug 5, 2026 |
| 0.1.8 | Aug 4, 2026 |
Frequently asked questions
- Who maintains Kaneo?
- Kaneo is maintained by usekaneo, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Kaneo listed on the Official MCP Registry?
- Yes — Kaneo is listed on the Official MCP Registry.
- How many versions does Kaneo have?
- MCP Toplist tracks 3 versions of Kaneo, most recently published on Aug 10, 2026.
- Where can I find the source code for Kaneo?
- The source code for Kaneo is hosted at github.com/usekaneo/kaneo.