Back to Apps

Kairo
by programmersd21
Fast, keyboard-first terminal task manager with MCP server support for AI agents.
0 stars
Works in:claude
Exposes:Tools
What it does
Kairo is a minimalist, high-performance terminal task manager built in Go. It provides a structured environment for managing tasks, projects, and deep work sessions. Through its MCP server, AI agents can directly interact with your task list, create recurring schedules, and manage nested task hierarchies.
Tools
create_task: Create a new task with priority and optional parent ID.list_tasks: Retrieve tasks filtered by tags or projects.update_task: Change task status, title, or priority.manage_projects: Organize and switch between different project contexts.set_recurring: Define automated schedules for tasks to reappear.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kairo": {
"command": "kairo",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install github.com/programmersd21/kairo/cmd/kairo@latestInformation
- Pricing
- free
- Published
- 6/9/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"kairo": {"command": "kairo", "args": ["mcp"]}}}





