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
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.
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.
claude mcp add doordash -- npx -y @striderlabs/mcp-doordash
{
"mcpServers": {
"doordash": {
"args": [
"-y",
"@striderlabs/mcp-doordash"
],
"command": "npx"
}
}
}
[mcp_servers.doordash]
command = "npx"
args = ["-y", "@striderlabs/mcp-doordash"]
{
"mcpServers": {
"doordash": {
"args": [
"-y",
"@striderlabs/mcp-doordash"
],
"command": "npx"
}
}
}
{
"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.
MCP server for browser automation with AI agent
MCP server for Safari DevTools — browser debugging and automation for AI coding agents
Open-source MCP server with browser automation and knowledge packs for AI agents
Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.
MCP server for AI web browser automation using Browserbase and Stagehand
Real signed-browser automation for AI agents, over a local stdio MCP server.
AI-native browser runtime for autonomous agents with human-in-the-loop supervision
Autonomous UI debugging MCP server: an agent drives the browser/desktop, reports bugs + UX issues.
Answers built from our own checks of this server.