Order food on DoorDash β compare real fee-included totals; you approve every order.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Feeling peckish? Just ask. An AI ordering agent for DoorDash β it searches,
compares real totals (fees included), builds the cart, and you approve every
order. Built on Claude and DoorDash's official
dd-cli.
One tool layer, three surfaces:
| Surface | Start | Best for |
|---|---|---|
| Terminal chat | peckish | Living in the terminal |
| Local web app | peckish-web β http://localhost:4747 | Consumer-friendly UI: store cards, live quote, Stop button, order modal |
| MCP server | claude mcp add peckish -- npx -y peckish-mcp, or the double-click .mcpb | Claude Desktop / Claude Code users β no API key needed; your Claude subscription powers the model |
Which one is for me?
Scripted demo of the web app β store, prices and card are fictional;
the interface and the approval gate are the real ones.
Updates: every release ships with full notes, all artifacts, and a
SHA256SUMS.txt on Releases β
see CHANGELOG.md for the history. Watch the repo (Releases
only) to get notified.
Install in one line β no git clone:
Prefer an app? Download the Mac app (.dmg) β guided setup, no terminal at any step. See Mac app below. Everything runs on your own machine either way, because dd-cli holds your DoorDash session there β a Mac (Apple Silicon) or Linux x86_64, including containers and cloud sandboxes: see Linux, containers and headless hosts.
node --version to check; install from nodejs.org or brew.dd-cli --version at startup and
turns off only what that build can't do (see
dd-cli versions). Download the release from
doordash-oss/doordash-cli,
verify the SHA256 checksum against the published value, then:
No browser on that machine (container, VM, cloud sandbox)? See
Linux, containers and headless hosts.That's it β you now have three commands: peckish (terminal chat),
peckish-web (web app), and peckish-mcp (MCP server).
On boot Peckish verifies your DoorDash sign-in, shows your default delivery
address, and flags any open carts you forgot about. If sign-in is missing or
expired, Peckish offers to fix it for you: the terminal asks before launching
dd-cli login (which opens your browser), the web app shows a sign-in card,
and mid-conversation the agent can offer the same assist on any surface β you
approve, sign in in the browser, and it picks up where it left off. On a
machine with no browser, Peckish skips that offer and tells you how to inject
a token instead β see below.
Claude itself becomes the ordering agent, and your Claude subscription pays for the model. Pick whichever fits your client:
Claude Code β one line:
Claude Desktop β download peckish-0.2.2.mcpb from
Releases and
double-click it. Claude Desktop installs it like a browser extension: no
terminal, no Node install, no JSON editing.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
If dd-cli isn't at ~/.local/bin/dd-cli, add
"env": { "DD_CLI_PATH": "/your/path/to/dd-cli" } β desktop apps don't
inherit your shell PATH.
Peckish is also listed in the MCP Registry
as io.github.CydVilla/peckish, so clients that browse the registry can find
it directly.
Restart Claude Desktop and ask it to find you dinner. Order confirmation appears as a native dialog; clients that can't render dialogs can browse and build carts but cannot place orders (fail closed).
Things to say:
Placing an order always ends with an explicit confirmation you perform β
typing yes in the terminal, clicking Place order in the web modal, or
approving the dialog in Claude Desktop. Before that, Peckish must show you the
itemized quote, confirm the tip, and name the card being charged. Decline
anything and it backs off.
Controls & housekeeping
| Where | What |
|---|---|
| Terminal | /prefs saved preferences Β· /cost session spend Β· /reset new conversation Β· /quit Β· Ctrl+C stops a running turn |
| Web | Stop button cancels a turn Β· New chat resets Β· header chip shows session cost Β· click the address chip to switch your delivery address (editing an address's text happens on doordash.com β Peckish picks it up automatically) |
| Both | Preferences live in ~/.peckish/preferences.json; a full audit log of every tool call and confirmation is written to ~/.peckish/logs/*.jsonl |
Cost: defaults are tuned for low spend at decent quality β claude-sonnet-5
at medium effort, prompt caching on the system prefix and conversation tail,
and server-side context editing that prunes stale menu payloads in long
sessions. The cost meter shows the approximate spend per turn and per session.
Max quality: DD_AGENT_MODEL=claude-opus-4-8 DD_AGENT_EFFORT=high. (On MCP,
the client chooses and pays for the model.)
Troubleshooting
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/peckish-doordash-ordering)<a href="https://allmcps.com/mcp/peckish-doordash-ordering"><img src="https://allmcps.com/api/badge/peckish-doordash-ordering?style=directory" alt="Peckish β DoorDash ordering on AllMCPs" /></a>