Peckish — DoorDash ordering for Cursor
io.github.cydvilla/peckish
Order food on DoorDash — compare real fee-included totals; you approve every order.
client:Cursor
transport:stdio
runtime:npm
Install Peckish — DoorDash ordering in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"peckish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peckish-mcp"
],
"env": {
"DD_CLI_PATH": "<DD_CLI_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs