Skip to content
Cursor

doordash for Cursor

io.github.markswendsen-code/doordash

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

client:Cursor transport:stdio runtime:npm

Install doordash 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": {
    "doordash": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-doordash"
      ],
      "env": {
        "DOORDASH_EMAIL": "<DOORDASH_EMAIL>",
        "DOORDASH_PASSWORD": "<DOORDASH_PASSWORD>",
        "DOORDASH_ADDRESS": "<DOORDASH_ADDRESS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

doordash in other clients