Skip to content
Claude Desktop

todo.vu for Claude Desktop

io.github.mooball/todo-vu

Model Context Protocol server for todo.vu task management and time tracking.

client:Claude Desktop transport:streamable-http

Install todo.vu in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "todo-vu": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.todo.vu/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

todo.vu in other clients