How to Use the Lyft MCP in Cursor
Test ride-hailing integrations and run real trip estimates directly inside your Cursor editor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lyft MCP to Cursor
Create your Vinkius account to connect Lyft to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with live Lyft API context in Cursor
`get_ride_types` queries active vehicle categories at your specific coordinates directly inside Cursor. Instead of relying on mock JSON files, your editor pulls live payload structures to generate accurate TypeScript interfaces on the fly. This live data feed prevents integration bugs before you write a single line of test code. Your Cursor agent uses the real schema to write precise, production-ready API calls.
Run real-time cost and ETA checks while coding
`get_cost_estimate` calculates live pricing between two coordinate sets directly inside your Cursor terminal. You don't need to spin up a separate Postman collection to verify how the API handles surge pricing or currency formats. Pair this with `get_eta_estimate` to test how your application handles driver latency. The MCP Server delivers raw JSON payloads straight to your chat window, making debugging instant.
Manage test locations and active rides in Agent Mode
`set_location` registers mock or real coordinates under custom labels like home or work directly from Cursor. This lets you build a consistent testing environment without hardcoding latitude and longitude values into your codebase. During active testing, `get_ride_details` tracks the status of your sandbox trips. If you need to reset your test state, `cancel_ride` terminates the active request immediately.
Set up Lyft MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Lyft MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Lyft transactions." If the MCP tools are loaded correctly, Cursor will call the Lyft tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"lyft-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Lyft. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Lyft MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lyft MCP today
We host it, we monitor it, we maintain it. You just paste one token.