Strider Uber Eats
About
MCP server for Uber Eats food delivery - AI agents can search restaurants, browse menus, and place delivery orders.
Details
- Author
- markswendsen-code
- Categories
- Other, Automation
Jump to
Setup
Install Strider Uber Eats in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/markswendsen-code/mcp-ubereats
Follow the installation instructions in the repository README, then restart your MCP client.
MCP server for Uber Eats — let AI agents search restaurants, browse menus, place orders, and track deliveries.
- Search restaurants by name, cuisine, or food type
- Browse full menus with item details and prices
- Add items to cart with quantity and special instructions
- Clear cart and start fresh
- Place orders with a mandatory confirmation step
- Track active order status and delivery progress
- Persistent sessions — stay logged in across restarts
npm install -g @striderlabs/mcp-ubereats
Add to your MCP client configuration (e.g., Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "ubereats": { "command": "npx", "args": ["-y", "@striderlabs/mcp-ubereats"] } } }
This connector uses Playwright browser automation. On first use:
{ "tool": "ubereats_status" }
{ "tool": "ubereats_set_address", "arguments": { "address": "123 Main St, San Francisco, CA 94102" } }
{ "tool": "ubereats_search", "arguments": { "query": "sushi", "cuisine": "japanese" } }
{ "tool": "ubereats_get_restaurant", "arguments": { "restaurantId": "nobu-restaurant-sf" } }
{ "tool": "ubereats_add_to_cart", "arguments": { "restaurantId": "nobu-restaurant-sf", "itemName": "Spicy Tuna Roll", "quantity": 2, "specialInstructions": "No wasabi please" } }
{ "tool": "ubereats_checkout", "arguments": { "confirm": false } }
{ "tool": "ubereats_checkout", "arguments": { "confirm": true } }
{ "tool": "ubereats_track_order", "arguments": { "orderId": "abc123" } }
1. ubereats_status — check if logged in 2. ubereats_set_address — set where to deliver 3. ubereats_search — find restaurants 4. ubereats_get_restaurant — browse the menu 5. ubereats_add_to_cart — add items 6. ubereats_view_cart — review cart 7. ubereats_checkout — preview (confirm=false), then place (confirm=true) 8. ubereats_track_order — track delivery
- Node.js 18+
- Playwright (Chromium browser auto-installed on first run)
- An active Uber Eats account with a saved payment method
- Uber Eats must be available in your region
- Menu customizations (modifiers, options) may require additional interaction
- Order placement requires a valid payment method on your Uber Eats account
- Dynamic pricing and availability may differ from what is displayed
git clone https://github.com/markswendsen-code/mcp-ubereats.git cd mcp-ubereats npm install npm run build npm start
- @striderlabs/mcp-doordash— DoorDash MCP connector
- @striderlabs/mcp-gmail— Gmail MCP connector
- Model Context Protocol— Learn more about MCP
D2C eCommerce fulfillment platform: manage orders, inventory, shipments, campaigns, and billing via AI agents
MCP server for meal delivery service. Browse menus, manage carts, confirm orders, skip/unskip deliveries, and view order history.
A Dsers MCP with 14 (and expanding) toolset to allow your agent to access and edit your dsers.
Automate AliExpress/Alibaba dropshipping product import to Shopify or Wix via DSers. Bulk import, pricing rules, multi-store push.
Manage your GoodBarber eCommerce, Community, and Membership app via natural language.
Unofficial Model Context Protocol server for iFood — browse, search, cart and order food via AI
Nas.com MCP Server lets AI agents connect to Nas.com so creators can create, launch, and sell with less manual work.
Remote MCP server for Packrift's AI-ready packaging catalog and ecommerce packaging workflows.
Pepesto gives your agent the ability to turn any recipe (a URL, plain text, or a photo) into a matched basket of real supermarket products with live prices, across 26 European supermarkets. The MCP covers the recipe → matched cart half of the grocery shopping workflow (parse / search / map ingredients to SKUs / check catalogs)
MCP server for Amazon shopping - AI agents can search products, check prices, add to cart, and manage shopping lists.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


