Ride-sharing platform
Connect to Lyft for ride requests and transportation services.
{
"mcpServers": {
"lyft": {
"mcpServers": {
"lyft": {
"env": {
"LYFT_CLIENT_ID": "your-client-id",
"LYFT_CLIENT_SECRET": "your-secret"
},
"args": [
"-y",
"lyft-mcp-server"
],
"command": "npx"
}
}
}
}
}