Skip to content
Grok

Todos for Grok

io.github.mctx-ai/todos

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

client:Grok transport:sse

Install Todos in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "todos": {
      "type": "sse",
      "url": "https://todos.mctx.ai/v2.0.8"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Todos in other clients