kaneo for Claude Desktop
io.github.usekaneo/kaneo
Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients
client:Claude Desktop
transport:stdio
runtime:npm
Install kaneo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"kaneo": {
"command": "npx",
"args": [
"-y",
"@kaneo/mcp"
],
"env": {
"KANEO_API_URL": "<KANEO_API_URL>",
"KANEO_API_KEY": "<KANEO_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs