# jordandalton/doordash-mcp-server [Health: Active]

**Category:** 🔒 Delivery  
**Repository:** https://github.com/JordanDalton/DoorDash-MCP-Server  
**GitHub Stars:** 25  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/jordandalton-doordash-mcp-server

## Description
DoorDash Delivery (Unofficial)

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "doordash-mcp-server": {
    "command": "npx",
    "args": ["-y","jordandalton-doordash-mcp-server"],
    "env": {
      "DOORDASH_API_KEY": ""
    }
  }
}
```

**Requires environment variables:** `DOORDASH_API_KEY` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation
This MCP server enables integration with the DoorDash delivery platform via an unofficial API. It requires a DoorDash API key for authentication and is suitable for developers who want to incorporate DoorDash delivery capabilities into AI agents or applications. The server is built using TypeScript and outputs configuration JSON compatible with clients like Claude Desktop, Windsurf, and Cursor.

**Use cases:**
- Query DoorDash delivery options and status
- Integrate DoorDash delivery services into AI workflows
- Automate delivery-related tasks using MCP clients
- Access DoorDash API data within AI agent environments

**Key features:**
- Unofficial DoorDash API integration
- TypeScript-based MCP server
- Outputs JSON configuration for MCP clients
- Supports environment variable for API key authentication

_Summarized from the repository README — see the link above for the full text._

