PluginBench
MCP Server
Active
MIT

Peckish — DoorDash ordering MCP Server

io.github.CydVilla/peckish

What is the Peckish — DoorDash ordering MCP server?

Order food on DoorDash — compare real fee-included totals; you approve every order.

How to install Peckish — DoorDash ordering

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DD_CLI_PATH

    Absolute path to the dd-cli binary. Only needed if it is not at ~/.local/bin/dd-cli — GUI clients do not inherit your shell PATH.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "peckish": {
      "command": "npx",
      "args": [
        "-y",
        "peckish-mcp"
      ],
      "env": {
        "DD_CLI_PATH": "<YOUR_DD_CLI_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "peckish": {
      "command": "npx",
      "args": [
        "-y",
        "peckish-mcp"
      ],
      "env": {
        "DD_CLI_PATH": "<YOUR_DD_CLI_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "peckish": {
      "command": "npx",
      "args": [
        "-y",
        "peckish-mcp"
      ],
      "env": {
        "DD_CLI_PATH": "<YOUR_DD_CLI_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "peckish": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "peckish-mcp"
      ],
      "env": {
        "DD_CLI_PATH": "<YOUR_DD_CLI_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add peckish --env DD_CLI_PATH=<YOUR_DD_CLI_PATH> -- npx -y peckish-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →
Peckish — DoorDash ordering MCP Server | PluginBench