Strider DoorDash

by markswendsen-code

Not rated
GitHub

About

MCP server for DoorDash food delivery - AI agents can search restaurants, browse menus, and place delivery orders.

Details

Author
markswendsen-code
Categories
Other, Automation

Setup

Install Strider DoorDash in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/markswendsen-code/mcp-doordash

Follow the installation instructions in the repository README, then restart your MCP client.

Order food delivery via DoorDash using AI agents

Part ofStrider Labsβ€” action execution for personal AI agents.
- Add this to~/.openclaw/config.jsonor your Claude Desktop config:

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

- Restart Claude.
- Tell Claude:"Order Thai food from nearby for delivery today"

Your agent can now place orders. That's it.

- πŸ”Search restaurantsby name, cuisine, or food type
- πŸ“œBrowse menuswith full item details and prices
- πŸ›’Add to cartwith quantity and special instructions
- πŸ’³Place orderswith confirmation step
- πŸ“Track orderswith real-time status updates
- πŸ”Persistent sessions- stay logged in across restarts
- πŸ”„Automatic MFA- handles multi-factor authentication
- πŸ“±Per-user credentials- encrypted session storage

- Weekly downloads:395 (Apr 10-17, 2026) β€” #1 Strider Labs connector (+24% growth)
- Status:βœ… Live in production
- Reliability:85%+ task completion rate
- Discovery:npm, Claude Plugins, mcpservers.org, ClawHub, PulseMCP

- npm:npmjs.com/@striderlabs/mcp-doordash
- Claude Plugins:Search "Strider Labs" in Claude
- mcpservers.org:
Strider Labs DoorDash
- Full Strider Labs:
github.com/striderlabsdev/striderlabs

// Search for restaurants restaurants = search_restaurants({ location: "San Francisco, CA", cuisine: "Thai", max_delivery_time: 30 }) // Browse a restaurant's menu menu = get_restaurant_menu({ restaurant_id: "thai-place-downtown", search: "Pad Thai" }) // Place an order order = place_order({ restaurant_id: "thai-place-downtown", items: [ { item_id: "pad_thai", quantity: 1 }, { item_id: "spring_rolls", quantity: 2 } ], delivery_address: "123 Main St, San Francisco, CA", special_instructions: "Extra lime on the side" }) // Track delivery status = track_order({ order_id: order.order_id })

- Each user has encrypted, persistent credentials
- Automatic OAuth token refresh
- MFA handling (SMS/email)
- Sessions survive agent restarts

- 85%+ task completion rate
- Automated UI change detection (connectors update when DoorDash changes)
- Fallback paths for failures
- 24/7 monitoring + alerting

# Optional: Use a specific DoorDash account DOORDASH_EMAIL=your-email@example.com DOORDASH_PASSWORD=your-password # Highly recommend using .env file
# Clone the repo git clone https://github.com/striderlabsdev/mcp-doordash cd mcp-doordash # Install dependencies npm install # Start the server npm start # Your agent can now connect to localhost:3000

This connector uses browser automation (Playwright) to interact with DoorDash, because DoorDash doesn't have a public API. Here's why that's safe and reliable:

- User-controlled:Your agent only accesses your own DoorDash account
- Session-based:We store your login session securely, not your password
- Change-aware:We detect DoorDash UI changes and alert immediately
- Fingerprinting:We use realistic browser profiles to avoid bot detection
- Rate-limited:We respect DoorDash's infrastructure with appropriate delays

- Credentials stored encrypted in your local.envor secure vault
- Sessions isolated per user
- No data sent to third parties
- MIT Licensed β€” audit the code yourself

- πŸ“–Full Strider Labs Docs
- πŸ›
Report Issues
- πŸ’¬
Discussions
- 🌐
Website
- πŸ“§
Email

We welcome contributions! Areas of interest:

- Bug reports and fixes
- Feature requests (new restaurants, cuisines, etc.)
- Performance improvements
- Documentation enhancements

MIT β€” Free to use, modify, and distribute. SeeLICENSEfor details.

Built by Strider Labsβ€” Making AI agents actually useful.

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.

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.