Odel
mcp doordash

mcp doordash

Local
@markswendsen-code7TypeScriptUpdated 4mo ago

MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@striderlabs/mcp-doordashv0.4.1

Run

npx -y @striderlabs/mcp-doordash

MCP client config

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