DoorDash
Food delivery & Reservations
About DoorDash
DoorDash brings food delivery and restaurant reservation workflows into assistant conversations. Its connector helps users explore restaurants, compare food options, plan orders, and work with local dining context from DoorDash.
Connection details
https://openapi.doordash.com/mcp/consumerTransport
Streamable HTTP
Authentication
OAuth
Setup
claude mcp add doordash --transport http https://openapi.doordash.com/mcp/consumerFrequently asked questions
What is the DoorDash remote MCP server?
The DoorDash remote MCP server is a hosted Model Context Protocol endpoint at https://openapi.doordash.com/mcp/consumer, so AI assistants can connect to it without installing or running anything locally.
How do I connect to the DoorDash MCP server?
Add the endpoint https://openapi.doordash.com/mcp/consumer to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the DoorDash MCP server require authentication?
Yes. DoorDash uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the DoorDash MCP server use?
DoorDash exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.