Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"doordash": {
"env": [
{
"DOORDASH_API_KEY": "<REPLACE>"
}
],
"args": [
"<thePathToYour>/build/index.js"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This will compile the typescript files and produce a build directory plus it will output the json you can copy/paste into your MCP client (Claude Desktop, Windsurf, Cursor, etc.)
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for DoorDash MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
To build the MCP server, run:
npm install && npm run build
This will compile the typescript files and produce a build directory plus it will output the json you can copy/paste into your MCP client (Claude Desktop, Windsurf, Cursor, etc.)
If all things go well, this will produce an output similar to this:
{
"mcpServers": {
"doordash": {
"command": "node",
"args": [
"<thePathToYour>/build/index.js"
],
"env": [
{
"DOORDASH_API_KEY": "<REPLACE>"
}
]
}
}
}
If things do not compile, or you have more advanced needs, please reach out to me at, jordan@daltonsolutions.com.
If you have found value in this service please share it on social media. You can tag me @jordandalton on X, or jdcarnivore on Reddit.