Command Palette

Search for a command to run...

UnylyUnyly
Browse all

@Striderlabs/ Lyft

FreeNot checked

MCP server connector for Lyft ride-sharing — request rides, get fare estimates, and track trips via browser automation.

GitHubEmbed

About

MCP server connector for Lyft ride-sharing — request rides, get fare estimates, and track trips via browser automation.

README

MCP server connector for Lyft ride-sharing — request rides, get fare estimates, and track trips via browser automation.

Installation

npm install -g @striderlabs/mcp-lyft

Or run directly with npx:

npx @striderlabs/mcp-lyft

MCP Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "lyft": {
      "command": "npx",
      "args": ["@striderlabs/mcp-lyft"]
    }
  }
}

Tools

status

Check current session and route status.

Returns: Login state, user info, and saved pickup/destination.


login

Authenticate with your Lyft account.

Parameter Type Required Description
identifier string Yes Email or phone number
password string Yes Lyft account password
headless boolean No Run browser headlessly (default: true)

Note: If Lyft requires a verification code (OTP), you must complete sign-in manually in a browser first.


logout

Clear saved session, cookies, and route data.


set_pickup

Set the pickup location for your ride.

Parameter Type Required Description
location string Yes Address or place name (e.g. "Times Square, NYC")

set_destination

Set the destination for your ride.

Parameter Type Required Description
location string Yes Address or place name (e.g. "JFK Airport")

get_fare_estimate

Get fare estimates for the current pickup/destination route.

Requires: Both pickup and destination to be set via set_pickup and set_destination.

Returns: List of ride types with estimated fares and ETAs.


get_ride_options

Get available Lyft ride types for the current route.

Requires: Login + both pickup and destination set.

Returns: Available options (Lyft, Lyft XL, Lux, Lux Black, etc.) with prices and wait times.


request_ride

Request a Lyft ride. Returns a preview by default — set confirm=true to actually book.

Parameter Type Required Description
ride_type string No Ride type (default: "Lyft")
confirm boolean No Set true to book (default: false — preview)

Requires: Login + both pickup and destination set.


get_ride_status

Get the status of your current or most recent Lyft ride.

Requires: Login.

Returns: Driver info, ETA, vehicle details, and trip status.


cancel_ride

Cancel a pending or active ride.

Parameter Type Required Description
reason string No Optional cancellation reason

Note: Cancellation fees may apply depending on timing.


get_ride_history

Get recent ride history.

Parameter Type Required Description
limit number No Number of rides to return (default: 10)

Returns: List of past rides with date, route, fare, and status.


Typical Workflow

1. login          → Authenticate with Lyft
2. set_pickup     → "123 Main St, San Francisco, CA"
3. set_destination → "SFO Airport"
4. get_fare_estimate → See prices for all ride types
5. request_ride   → Preview the ride (confirm=false)
6. request_ride   → confirm=true to actually book
7. get_ride_status → Track your driver
8. cancel_ride    → Cancel if needed

Session Storage

Session data is stored locally at ~/.striderlabs/lyft/:

File Contents
cookies.json Browser session cookies
auth.json Login metadata (identifier, time)
route.json Saved pickup/destination

Technical Details

  • Uses Playwright (Chromium) for browser automation
  • Stealth techniques applied to avoid bot detection
  • Cookies persist across MCP calls for seamless sessions
  • Default geolocation: New York City
  • User-agent: Chrome 120 on macOS

Important Notes

  • OTP/Verification: Lyft frequently requires SMS or email verification codes. If prompted, complete sign-in manually in a browser — cookies will be reused.
  • CAPTCHA: If a CAPTCHA appears, complete it manually in a browser to establish a session.
  • Cancellation Fees: Lyft may charge a fee if you cancel after a driver has been assigned.
  • Mobile vs Web: Some Lyft features may only be available in the mobile app and not accessible via browser automation.

License

MIT © Strider Labs

from github.com/markswendsen-code/mcp-lyft

Installing @Striderlabs/ Lyft

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/markswendsen-code/mcp-lyft

FAQ

Is @Striderlabs/ Lyft MCP free?

Yes, @Striderlabs/ Lyft MCP is free — one-click install via Unyly at no cost.

Does @Striderlabs/ Lyft need an API key?

No, @Striderlabs/ Lyft runs without API keys or environment variables.

Is @Striderlabs/ Lyft hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install @Striderlabs/ Lyft in Claude Desktop, Claude Code or Cursor?

Open @Striderlabs/ Lyft on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Playwright

Browser automation, scraping, screenshots

Microsoftby Microsoft

Puppeteer

Browser automation and web scraping.

modelcontextprotocolby modelcontextprotocol

opentabs-dev/opentabs

Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a

opentabs-devby opentabs-dev

robhunter/agentdeals

1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan

robhunterby robhunter

hlydecker/ucsc-genome-mcp

MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more.

hlydeckerby hlydecker

34892002/bilibili-mcp-js

A MCP server that supports searching for Bilibili content. Provides LangChain integration examples and test scripts.

34892002by 34892002

achiya-automation/safari-mcp

Native Safari browser automation for AI agents with 80+ tools. No Chrome dependency, optimized for Apple Silicon with 60% less CPU overhead.

achiya-automationby achiya-automation

agent-infra/mcp-server-browser

Browser automation capabilities using Puppeteer, both support local and remote browser connection.

bytedanceby bytedance

aparajithn/agent-scraper-mcp

Web scraping MCP server for AI agents. 6 tools: clean content extraction, structured scraping with CSS selectors, full-page screenshots via Playwright, link ext

aparajithnby aparajithn

apireno/DOMShell

Browse the web using filesystem commands (ls, cd, grep, click). 38 MCP tools map Chrome's Accessibility Tree to a virtual filesystem via a Chrome Extension.

apirenoby apireno

Compare @Striderlabs/ Lyft with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs