Todo for Claude Desktop
io.github.mctx-ai/todo
Personal todo list that persists across sessions and MCP clients. Create, update, complete, reorder,
client:Claude Desktop
transport:sse
Install Todo in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"todo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://todo.mctx.ai/v2.0.3"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs