MCP Server
MCP
io.github.markswendsen-code/doordash
MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering
Install
npx -y @striderlabs/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@striderlabs/mcp-doordash",
"version": "0.4.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DoorDash email/phone for authentication",
"isRequired": true,
"format": "string",
"name": "DOORDASH_EMAIL"
},
{
"description": "DoorDash account password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOORDASH_PASSWORD"
},
{
"description": "Delivery address zip code or full address",
"format": "string",
"name": "DOORDASH_ADDRESS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment