This MCP server allows users to order food delivery via DoorDash using AI agents, enabling functionalities like searching for restaurants, browsing menus, placing orders, and tracking deliveries.
From the registry: MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering
Please install the `doordash` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@striderlabs/mcp-doordash"]
- optional environment variables:
- `DOORDASH_EMAIL`: Optional DoorDash account email if you want to pre-configure login instead of using the interactive session. (example: `<your-email>`)
- `DOORDASH_PASSWORD`: Optional DoorDash account password (recommend loading from a secret manager). (example: `<your-password>`)
Note: DoorDash browser-automation MCP (Playwright-based). Sessions are stored locally and encrypted.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DOORDASH_EMAILUse a specific DoorDash accountDOORDASH_PASSWORDrequiredHighly recommend using .env file for security