# DoorDash

> Order food and groceries through ChatGPT — verified for 2026.

[Canonical HTML page](https://top-mcps.com/mcp/doordash) · [server.json](https://top-mcps.com/mcp/doordash.json) · [methodology](https://top-mcps.com/about/methodology)

## Install

### ChatGPT — `ChatGPT → Apps directory`

```none

```

## At a glance

- **Maintainer:** DoorDash
- **Transport:** Streamable HTTP
- **Auth model:** OAuth 2.1
- **Required secrets:** None
- **Supported clients:** ChatGPT
- **License:** Proprietary
- **Last verified:** 2026-04-30
- **Score:** 49/100 (rubric 2026-04 — see https://top-mcps.com/about/methodology)

## Quick answer

**What it does.** Builds DoorDash carts from natural-language prompts. Supports both restaurant ordering and DashMart grocery. Translates recipes and meal plans into ingredient lists and adds them to the cart for checkout in DoorDash.

**Best for:**
- Recipe-to-cart grocery ordering
- Weekly meal planning
- Restaurant ordering with constraints
- Quick ingredient runs

**Not for:**
- Loyalty-program grocery shopping
- Bulk / wholesale orders
- Use outside DoorDash regions

## Recipes

### Turn a weekly meal plan into a grocery cart

```
DoorDash, plan 5 dinners for this week — high-protein, ~30-minute prep, no shellfish. Then build a single grocery cart with all ingredients to my home address. Show the meals and the cart side by side before I check out.
```

_Tested with: ChatGPT_

## Description

The DoorDash ChatGPT app turns recipe and meal-planning prompts into actionable grocery and restaurant carts. Ask for a week of meals, request ingredients, or order delivery — the cart syncs to your DoorDash account.

## Why it matters

Recipe-to-cart was the canonical "agentic commerce" demo at launch and DoorDash is the cleanest live implementation. It shows the Apps SDK pattern: model handles the planning, app handles the inventory and write.

## Key features

- Recipe-to-cart translation
- Restaurant and DashMart grocery support
- Cart syncs to DoorDash account
- Address and dietary preferences carry through
- Pilot launch partner (Oct 2025)

## FAQ

### Does ChatGPT actually pay for the order?

No — checkout happens in your DoorDash account. The app builds and syncs the cart, ChatGPT confirms it with you, and you finalize payment in DoorDash.

### Can it handle dietary restrictions?

Yes. Mention your constraints in the prompt ("vegetarian", "no peanuts", "low-FODMAP") and the app filters menu items and ingredient suggestions accordingly.

### Does it work for grocery delivery, not just restaurants?

Yes. DashMart and partner-grocery results appear alongside restaurants. Recipe-to-grocery is one of the headline use cases at launch.

### What regions does it cover?

Wherever DoorDash delivers — primarily the US, Canada, Australia, and a growing list of metros. The app is available to ChatGPT users in supported regions outside the EEA, Switzerland, and the UK.

## Changelog

- **2026-04-30** — Refreshed install snippets and fact sheet; verified for 2026.
- **2025-10-06** — Initial directory listing.
