Or Dmv for Claude Desktop
io.github.pipeworx-io/or-dmv
Oregon DMV MCP — live wait times at all 60 Oregon DMV field offices, plus the office
client:Claude Desktop
transport:streamable-http
Install Or Dmv in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"or-dmv": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/or-dmv/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