Strider DoorDash
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
Jump to
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
{ "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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


