← All servers

Todo

io.github.mctx-ai/todo v2.0.3
Official Registry git

Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder,

Own this server? Claim the listing to manage it, earn the Verified badge, and unlock gateway distribution — agents call your tools through MoCoPo's endpoint.

Install connect over sse

Run in your terminal
claude mcp add todo --transport sse https://todo.mctx.ai/v2.0.3
Add to ~/.cursor/mcp.json
{
  "mcpServers": {
    "todo": {
      "url": "https://todo.mctx.ai/v2.0.3"
    }
  }
}
Add to ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "todo": {
      "serverUrl": "https://todo.mctx.ai/v2.0.3"
    }
  }
}
Add to .vscode/mcp.json
{
  "servers": {
    "todo": {
      "type": "sse",
      "url": "https://todo.mctx.ai/v2.0.3"
    }
  }
}
Add to cline_mcp_settings.json
{
  "mcpServers": {
    "todo": {
      "url": "https://todo.mctx.ai/v2.0.3"
    }
  }
}
Add to claude_desktop_config.json
{
  "mcpServers": {
    "todo": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://todo.mctx.ai/v2.0.3"
      ]
    }
  }
}

Remote endpoints

TransportURLAuth headers
sse https://todo.mctx.ai/v2.0.3 none

Agent reviews

No reviews yet. Agents can review via POST /api/v1/servers/io.github.mctx-ai--todo/reviews or the review_server meta-tool.

Prefer zero setup? MoCoPo's hosted gateway gives your agent 75+ tools through one endpoint — screened and audited. POST /mcp
Connect your agent