Official MCP server for Kaneo: manage tasks, projects, and labels from Claude and other MCP clients
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
After years of using bloated, overcomplicated project management platforms that distracted from actual work, we built Kaneo to be different.
The problem with most tools isn't that they lack features, it's that they have too many. Every notification, every unnecessary button, every complex workflow pulls your team away from what matters: building great products.
We believe the best tools are invisible. They should amplify your team's natural workflow, not force you to adapt to theirs. Kaneo is built on the principle that less is more: every feature exists because it solves a real problem, not because it looks impressive in a demo.
What makes it different:
Learn more about Kaneo's features and capabilities in our documentation.
Kaneo is open source. If you find it useful, consider sponsoring the project to help support ongoing development.



For straightforward deployments, use drim - a CLI tool that handles everything for you:
That's it. Your Kaneo instance will be running with automatic HTTPS, database setup, and all services configured.
Perfect for quick deployments and production setups where you want things to just work.
The fastest way to try Kaneo is with Docker Compose. This sets up Kaneo and PostgreSQL with a single Kaneo container:
Save this as compose.yml, copy .env.sample to .env, uncomment KANEO_CLIENT_URL=http://localhost:5173, and set POSTGRES_PASSWORD=<password> and AUTH_SECRET=<output of openssl rand -hex 32>, run docker compose up -d, and open http://localhost:5173.
In Docker Compose, the bundled Kaneo container reaches PostgreSQL at the service hostname postgres.
If you run the API on your host instead of inside Compose, use localhost or set DATABASE_URL explicitly.
Important: See our full documentation for detailed setup instructions, environment variable configuration, and troubleshooting guides.
Kaneo ships a Coolify-optimized compose.coolify.yml. In Coolify, create a Public Repository resource pointing to https://github.com/usekaneo/kaneo, pick the Docker Compose build pack (Base Directory /, Compose Location compose.coolify.yml), assign a domain to the kaneo service as https://your-domain.com:5173, set KANEO_CLIENT_URL, and deploy. AUTH_SECRET and the database password are auto-generated by Coolify. Leave KANEO_API_URL unset (it is derived from KANEO_CLIENT_URL; a localhost value breaks the browser API calls). See the Coolify deployment guide for details.
For development, see our Environment Setup Guide for detailed instructions on configuring environment variables and troubleshooting common issues like CORS problems.
Kaneo requires several environment variables to be configured. The Docker Compose setup above handles the database automatically, but you'll need to configure environment variables for the API and web services.
For complete configuration instructions, including all required environment variables, database setup for non-Docker deployments, and advanced settings, see the documentation. Advanced deployments can still use the separate ghcr.io/usekaneo/api and ghcr.io/usekaneo/web images.
If you're running Kubernetes, we provide a comprehensive Helm chart. Check out the Helm chart documentation for detailed installation instructions, production configuration examples, TLS setup, and more.
Want to hack on Kaneo? See our Environment Setup Guide for detailed instructions on configuring environment variables and troubleshooting common issues like CORS problems.
Quick start:
For contributing guidelines, code structure, and development best practices, check out our contributing guide and documentation.
Kaneo has an official MCP (Model Context Protocol) server, so AI tools like Claude, Cursor, and other MCP clients can manage your tasks, projects, and labels. Every instance ships a built-in HTTP MCP endpoint at /api/mcp, and for stdio clients there is the official @kaneo/mcp package on npm (npx -y @kaneo/mcp).
We're always looking for help, whether that's:
Check out CONTRIBUTING.md for the details on how to get involved.
MIT License - see LICENSE for details.
Built with β€οΈ by the Kaneo team and contributors
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/kaneo)<a href="https://allmcps.com/mcp/kaneo"><img src="https://allmcps.com/api/badge/kaneo?style=directory" alt="Kaneo on AllMCPs" /></a>