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