📋 Help shape our upcoming AI Agents course! Take our 3-minute survey and get 20% off when we launch.

Take Survey →

DoorDash-MCP-Server

DoorDash-MCP-Server MCP server

7 stars
2 forks
Available MCP Tools 0 tools

Model Context Protocol tools provided by this server

No tools information available for this server.

Check the GitHub repository or documentation for more details.

README

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>"
        }
      ]
    }
  }
}

Support & Feedback

If things do not compile, or you have more advanced needs, please reach out to me at, &#106;&#x6f;&#114;&#100;&#x61;&#110;&#x40;&#x64;&#x61;&#108;&#116;&#111;&#110;&#115;&#111;&#108;&#117;&#x74;&#x69;&#111;&#110;&#115;&#x2e;&#99;&#111;&#109;.

Sharing

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.

Details
Category Delivery
Scope local
Language TypeScript
License Unknown
OS Support
linux macos windows