
DoorDash MCP Server
by markswendsen-code
Autonomous food ordering via DoorDash. Let your AI agent search restaurants, build orders, and complete checkout.
What it does
Connects AI agents to DoorDash, enabling them to handle the entire food delivery lifecycle from discovery to checkout. It uses browser automation to interact with DoorDash's platform, allowing agents to browse menus and place real orders.
Tools
search_restaurants: Find restaurants by name, cuisine, or food type in a specific location.get_restaurant_menu: Browse a restaurant's full menu with item details and pricing.place_order: Add items to a cart and complete the checkout process with a delivery address.track_order: Get real-time status updates on a placed order.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"doordash": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-doordash"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y @striderlabs/mcp-doordashInformation
- Pricing
- free
- Published
- 5/11/2026
- stars






