Ride-sharing service
Connect to Uber for ride requests, trip history, and fare estimates.
{
"mcpServers": {
"uber": {
"mcpServers": {
"uber": {
"env": {
"UBER_CLIENT_ID": "your-client-id",
"UBER_CLIENT_SECRET": "your-secret"
},
"args": [
"-y",
"uber-mcp-server"
],
"command": "npx"
}
}
}
}
}