Todos
Freeby MCP Community
Universal task management for AI coding agents - CLI + MCP server + interactive TUI
v0.11.29Added Apr 12, 2026
todostasksmcpaicoding-agent
Todos MCP Server
Universal task management for AI coding agents - CLI + MCP server + interactive TUI
Installation
Reviews
Installation
Quick install
npx -y @hasna/todos
Add to claude_desktop_config.json
{
"mcpServers": {
"todos": {
"command": "npx",
"args": ["-y", "@hasna/todos"]
}
}
}