rideshare comparison for Grok
io.github.wmarceau/rideshare-comparison
Compare Uber and Lyft prices for any route
client:Grok
transport:stdio
runtime:pypi
Install rideshare comparison in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rideshare-comparison": {
"type": "stdio",
"command": "uvx",
"args": [
"rideshare-comparison-mcp"
],
"env": {
"RIDESHARE_API_URL": "<RIDESHARE_API_URL>",
"RIDESHARE_API_KEY": "<RIDESHARE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs