Uber Eats MCP Server
@MCP-Mirror
About Uber Eats MCP Server
Mirror of
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments