Skip to main content
DeliveryPython

jordandalton/doordash-mcp-server

🐍 – DoorDash Delivery (Unofficial)

delivery
Share:

Quick Start

Clone the repository:

git clone https://github.com/JordanDalton/DoorDash-MCP-Server

Claude Desktop configuration example:

{
  "mcpServers": {
    "doordash-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jordandalton/doordash-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Delivery
Language
Python
Author
JordanDalton