todo-mcp-server

alkashef/todo-mcp-server
★ 0 stars Python 📊 Data/Analytics Updated 1d ago
A minimal MCP server that writes tasks in a CSV to-do list.
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-server": {
      "command": "uvx",
      "args": [
        "todo-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install todo-mcp-server