Skip to content
Cline

doordash for Cline

io.github.markswendsen-code/doordash

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

client:Cline transport:stdio runtime:npm

Install doordash in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "doordash": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-doordash"
      ],
      "env": {
        "DOORDASH_EMAIL": "<DOORDASH_EMAIL>",
        "DOORDASH_PASSWORD": "<DOORDASH_PASSWORD>",
        "DOORDASH_ADDRESS": "<DOORDASH_ADDRESS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

doordash in other clients