Best for
- Teams already self-hosting or using Kaneo Cloud who want AI-client-driven task management
- Developers preferring a lightweight, open-source project management tool over Jira/Linear
This is Kaneo's own official stdio MCP server, maintained alongside its open-source project management platform, enabling AI clients to manage tasks, projects, and labels; the exact tool list isn't documented, so credential setup and operation scope should be confirmed before use.
The official MCP server maintained by the Kaneo team, letting Claude and other MCP clients manage tasks, projects, and labels on a Kaneo instance. Kaneo is an open-source, self-hosted project management tool positioned as an alternative to Jira and Linear. The server ships as the @kaneo/mcp npm package and runs over stdio, connecting to a self-hosted or cloud Kaneo API.
Run via npx: npx -y @kaneo/mcp. Optionally set KANEO_API_URL to point at your Kaneo API (defaults to http://localhost:1337); if KANEO_API_KEY is omitted, the server falls back to an interactive device-authorization flow, otherwise set KANEO_API_KEY (store it as a secret) for non-interactive auth. Add the corresponding command/args/env entry to your MCP client config (e.g. Claude Desktop) and restart the client. A running Kaneo instance is required beforehand (deployable via the official Docker Compose setup or the drim CLI).
{"mcpServers":{"kaneo":{"command":"npx","args":["-y","@kaneo/mcp"],"env":{"KANEO_API_URL":"http://localhost:1337","KANEO_API_KEY":""}}}}