DoorDash MCP Server

DoorDash MCP Server

Integrate DoorDash API with MCP-compatible AI clients.

14
Stars
4
Forks
14
Watchers
2
Issues
DoorDash MCP Server enables seamless integration between the DoorDash API and Model Context Protocol (MCP) compatible clients such as Claude Desktop, Windsurf, and Cursor. It provides an easy setup process to compile and build the server using TypeScript and Node.js, offering users a JSON configuration to connect with MCP clients. The server supports API key configuration for secure access. Direct support and feedback channels are available for users requiring assistance.

Key Features

Compiles TypeScript source into production-ready JavaScript
Generates JSON configuration for MCP-compatible clients
Supports connection with DoorDash API
Environment variable setup for API key management
Integration with clients like Claude Desktop, Windsurf, and Cursor
Simple build and deployment process
Direct support and feedback contact
Facilitates model context exchange
Sample configuration output included
Designed for AI and tooling workflows

Use Cases

Connecting DoorDash data to AI assistant clients
Automating food delivery operations in AI tools
Enabling seamless API access from context-driven AI applications
Managing credentials for secure DoorDash interactions
Embedding DoorDash ordering or tracking into productivity tools
Prototyping food delivery integrations for model context workflows
Standardizing DoorDash access within AI ecosystems
Enhancing AI models with external ordering context
Customizing DoorDash API usage for client-specific scenarios
Providing backend support for food delivery automation

README

MCP Server Guide

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:

json
{
  "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, jordan@daltonsolutions.com.

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.

Star History

Star History Chart

Repository Owner

Repository Details

Language TypeScript
Default Branch main
Size 5 KB
Contributors 1
MCP Verified Nov 12, 2025

Programming Languages

TypeScript
96.16%
JavaScript
3.84%

Tags

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • GameBrain MCP API Clients

    GameBrain MCP API Clients

    Easily connect to the GameBrain MCP server with customizable client configuration.

    GameBrain MCP API Clients enables users to seamlessly integrate with the GameBrain Model Context Protocol (MCP) server by providing a ready-to-use configuration and client setup. Users can generate a free API key and connect to the server with minimal setup using the supplied JSON config. The tool is designed to facilitate standardized access and communication with remote model context providers.

    • 2
    • MCP
    • ddsky/gamebrain-api-clients
  • Stape MCP Server

    Stape MCP Server

    An MCP server implementation for integrating Stape with AI model context protocols.

    Stape MCP Server provides an implementation of the Model Context Protocol server tailored for the Stape platform. It enables secure and standardized access to model context capabilities, allowing integration with tools such as Claude Desktop and Cursor AI. Users can easily configure and authenticate MCP connections using provided configuration samples, while managing context and credentials securely. The server is open source and maintained by the Stape Team under the Apache 2.0 license.

    • 4
    • MCP
    • stape-io/stape-mcp-server
  • Codex MCP Server

    Codex MCP Server

    An MCP-compatible server delivering enriched blockchain data for AI models.

    Codex MCP Server implements the Model Context Protocol to provide enriched blockchain data from Codex. It is compatible with MCP clients such as Claude Desktop and Claude CLI, allowing seamless integration in AI workflows that require blockchain context. Users can run the server locally or via npx, and configure it for various MCP-compatible tools using their Codex API key.

    • 20
    • MCP
    • Codex-Data/codex-mcp
  • MCP OpenAI Server

    MCP OpenAI Server

    Seamlessly connect OpenAI's models to Claude via Model Context Protocol.

    MCP OpenAI Server acts as a Model Context Protocol (MCP) bridge allowing Claude Desktop to access and interact with multiple OpenAI chat models. It enables users to leverage models such as GPT-4o and O1 directly from Claude using a straightforward message-passing interface. The server supports easy integration through configuration and provides basic error handling. Designed for use with Node.js and requiring an OpenAI API key, it is tailored for macOS with support for other platforms in progress.

    • 69
    • MCP
    • mzxrai/mcp-openai
  • MCP Manager for Claude Desktop

    MCP Manager for Claude Desktop

    A desktop app to manage Model Context Protocol (MCP) servers for Claude Desktop on MacOS.

    MCP Manager for Claude Desktop provides a user-friendly interface to manage Model Context Protocol (MCP) servers, enabling Claude to access private data, APIs, and local or remote services securely from a MacOS desktop. It facilitates rapid configuration and integration with a wide variety of MCP servers, including productivity tools, databases, and web APIs. The app runs locally to ensure data privacy and streamlines connecting Claude to new sources through simple environment and server settings management.

    • 270
    • MCP
    • zueai/mcp-manager
  • Taskade MCP

    Taskade MCP

    Tools and server for Model Context Protocol workflows and agent integration

    Taskade MCP provides an official server and tools to implement and interact with the Model Context Protocol (MCP), enabling seamless connectivity between Taskade’s API and MCP-compatible clients such as Claude or Cursor. It includes utilities for generating MCP tools from any OpenAPI schema and supports the deployment of autonomous agents, workflow automation, and real-time collaboration. The platform promotes extensibility by supporting integration via API, OpenAPI, and MCP, making it easier to build and connect agentic systems.

    • 90
    • MCP
    • taskade/mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results