rideshare comparison for Claude Desktop
io.github.wmarceau/rideshare-comparison
Compare Uber and Lyft prices for any route
client:Claude Desktop
transport:stdio
runtime:pypi
Install rideshare comparison in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"rideshare-comparison": {
"command": "uvx",
"args": [
"rideshare-comparison-mcp"
],
"env": {
"RIDESHARE_API_URL": "<RIDESHARE_API_URL>",
"RIDESHARE_API_KEY": "<RIDESHARE_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs