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
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments