Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Peckish — DoorDash ordering in other clients