todo-mcp

cetra3/todo-mcp
★ 13 stars Rust 📦 Other Updated 1mo ago
A Collaborative Todo List application and MCP server using CRDTs and Multicast
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "todo-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "todo-mcp"
      ]
    }
  }
}