MCP.so
Sign In

Uber Eats MCP Server

@MCP-Mirror

About Uber Eats MCP Server

Mirror of

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ericzakariasson_uber-eats-mcp-server": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "dev",
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Uber Eats MCP Server?

A proof-of-concept MCP server that demonstrates how to build Model Context Protocol servers on top of Uber Eats. It is for developers exploring integration between LLM applications and Uber Eats via browser automation.

How to use Uber Eats MCP Server?

Activate a Python virtual environment with uv venv and source .venv/bin/activate, install dependencies (uv pip install -r requirements.txt and playwright install), then set an Anthropic API key in the .env file. The server uses stdio transport and can be debugged with uv run mcp dev server.py.

Key features of Uber Eats MCP Server

Use cases of Uber Eats MCP Server

FAQ from Uber Eats MCP Server

What Python version is required?

Python 3.12 or higher.

What API key is needed?

An Anthropic API key, set in the .env file under ANTHROPIC_API_KEY.

How do I install the required packages?

Run uv pip install -r requirements.txt and then playwright install.

What transport does the server use?

Standard input/output (stdio) transport, so all browser output from Playwright is disabled.

How can I debug the server?

Use the MCP inspector tool with the command uv run mcp dev server.py.

Comments

More Other MCP servers