Skip to content
Cursor

rideshare comparison for Cursor

io.github.wmarceau/rideshare-comparison

Compare Uber and Lyft prices for any route

client:Cursor transport:stdio runtime:pypi

Install rideshare comparison in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rideshare-comparison": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "rideshare-comparison-mcp"
      ],
      "env": {
        "RIDESHARE_API_URL": "<RIDESHARE_API_URL>",
        "RIDESHARE_API_KEY": "<RIDESHARE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rideshare comparison in other clients