Doordash
Rank #13,236io.github.markswendsen-code/doordash
Order food from DoorDash. Search restaurants, browse menus, checkout.
Doordash is a Model Context Protocol (MCP) server published by markswendsen-code. It ranks #13,236 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Doordash is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Mar 10, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 102,224 of 115,460 servers on MCP Toplist.
Use Doordash
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add doordash -- npx -y @striderlabs/mcp-doordash[mcp_servers.doordash]
command = "npx"
args = ["-y", "@striderlabs/mcp-doordash"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"doordash": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-doordash"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"doordash": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-doordash"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"doordash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-doordash"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"doordash": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-doordash"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"doordash": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-doordash"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.markswendsen-code%2Fdoordash)<a href="https://mcptoplist.com/server/io.github.markswendsen-code%2Fdoordash"><img src="https://mcptoplist.com/badge/io.github.markswendsen-code%2Fdoordash.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
markswendsen-code
Other servers by markswendsen-code
- Instacart#12,609 · 7 vers
- Walmart#28,101 · 2 vers
- Delta#30,085 · 1 ver
- Ubereats#34,138 · 1 ver
- @striderlabs/mcp-marriott#34,223
- Chase MCP Server#38,095
- Grubhub#39,133 · 3 vers
- MCP Booking#39,494
- Southwest#39,943 · 1 ver
- Crunchyroll#43,596 · 2 vers
- Opentable#43,597 · 2 vers
- Target#43,598 · 2 vers
Available versions (8)
| Version | Published |
|---|---|
| 0.4.0 | Apr 17, 2026 |
| 0.4.1 | Apr 17, 2026 |
| 0.3.0 | Apr 12, 2026 |
| 0.2.1 | Mar 29, 2026 |
| 0.1.3 | Mar 10, 2026 |
| 0.1.2 | Mar 10, 2026 |
| 0.1.1 | Mar 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Doordash?
- Doordash is maintained by markswendsen-code, which publishes 87 MCP servers (38 total versions) tracked on MCP Toplist.
- Is Doordash listed on the Official MCP Registry?
- Yes — Doordash is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Doordash have?
- MCP Toplist tracks 8 versions of Doordash, most recently published on Apr 17, 2026.
- Where can I find the source code for Doordash?
- The source code for Doordash is hosted at github.com/markswendsen-code/mcp-doordash.