Doordash runs on your own machine — the client starts it, so there is no endpoint to ping. 67 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
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"
}
}
}
Answers built from our own checks of this server.