mcpbeat Sign in

Doordash MCP Server

local only

Doordash runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 21 Apr 2026.

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

Installs per day peak 22 · avg 9 · +29% w/w
a month agotoday
39
Installs / week
npm · @striderlabs/mcp-doordash
8
Stars
0 open issues
21 Apr 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Doordash every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add doordash -- npx -y @striderlabs/mcp-doordash
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "doordash": {
      "args": [
        "-y",
        "@striderlabs/mcp-doordash"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.doordash]
command = "npx"
args = ["-y", "@striderlabs/mcp-doordash"]
.cursor/mcp.json
{
  "mcpServers": {
    "doordash": {
      "args": [
        "-y",
        "@striderlabs/mcp-doordash"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "doordash": {
      "args": [
        "-y",
        "@striderlabs/mcp-doordash"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DOORDASH_EMAIL (DoorDash email/phone for authentication), DOORDASH_PASSWORD (DoorDash account password), DOORDASH_ADDRESS (Delivery address zip code or full address). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Doordash

same job, measured the same way
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

62 installs/wk local only
Safari DevTools MCP
by hayodev

MCP server for Safari DevTools — browser debugging and automation for AI coding agents

55 installs/wk local only
SideButton MCP Server
by sidebutton

Open-source MCP server with browser automation and knowledge packs for AI agents

111 installs/wk local only
Selenium MCP
by gaforov

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

276 installs/wk local only
MCP Server Browserbase
by browserbase

MCP server for AI web browser automation using Browserbase and Stagehand

4 334 installs/wk local only
Uindow
by uindow

Real signed-browser automation for AI agents, over a local stdio MCP server.

448 installs/wk local only
Vessel Browser
by unmodeled-tyler

AI-native browser runtime for autonomous agents with human-in-the-loop supervision

242 installs/wk local only
UI Debugger MCP
by developerz-ai

Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.

83 installs/wk local only

Doordash — questions

Answers built from our own checks of this server.

Why is there no uptime for Doordash?
Doordash runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @striderlabs/mcp-doordash was installed 39 times last week.
How do I connect Doordash?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @striderlabs/mcp-doordash straight from npm; nothing to host, nothing to sign up for.
How many people use Doordash?
The npm package @striderlabs/mcp-doordash was installed 39 times in the last week. Week over week that is +29%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Doordash open source?
We cannot say either way: written in TypeScript and 8 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.