Back to Apps

Todo MCP
by cetra3
Collaborative todo list with real-time CRDT sync and MCP server for AI-driven task management.
15 stars
Updated 5 months ago
Works in:claude
Exposes:Tools
What it does
Todo MCP provides a collaborative todo list system that synchronizes state across devices using Automerge CRDTs and UDP multicast. It allows AI assistants to read and manage your todo lists via an MCP server, and specifically integrates with Claude Code to bridge task lifecycle events into the todo UI.
Tools
get_todos: Retrieve all lists or a specific list by index.add_list: Create a new todo list.remove_list: Delete a list by index.rename_list: Rename an existing list.add_todo: Add an item to a list.remove_todo: Remove an item from a list.toggle_todo: Toggle an item's completion status.clear_completed: Remove all completed items from a list.name_session: Name a Claude Code session for hook integration.
Installation
Install via cargo:
cargo install todo-mcp
Then add to your claude_desktop_config.json:
{
"mcpServers": {
"todo-mcp": {
"command": "todo-mcp",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude
- Claude Code
Quick install
cargo install todo-mcpInformation
- Pricing
- free
- Published
- 7/18/2026
- Updated
- 5 months ago
- stars
- 15
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"todo-mcp": {"command": "todo-mcp", "args": ["mcp"]}}}





