Peckish — DoorDash ordering for Grok
io.github.cydvilla/peckish
Order food on DoorDash — compare real fee-included totals; you approve every order.
client:Grok
transport:stdio
runtime:npm
Install Peckish — DoorDash ordering in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"peckish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peckish-mcp"
],
"env": {
"DD_CLI_PATH": "<DD_CLI_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs