Uber Eats MCP Server
This is a POC of how you can build an MCP servers on top of Uber Eats
https://github.com/user-attachments/assets/05efbf51-1b95-4bd2-a327-55f1fe2f958b
What is MCP?
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external tools.
Prerequisites
- Python 3.12 or higher
- Anthropic API key or other supported LLM provider
Setup
Ensure you have a virtual environment activated:
uv venv source .venv/bin/activate # On Unix/MacInstall required packages:
uv pip install -r requirements.txt playwright installUpdate the
.envfile with your API key:ANTHROPIC_API_KEY=your_openai_api_key_here
Note
Since we’re using stdio as MCP transport, we have disable all output from browser use
Debugging
You can run the MCP inspector tool with this command
uv run mcp dev server.py
Uber Eats MCP Server
Project Details
- ericzakariasson/uber-eats-mcp-server
- Last Updated: 4/19/2025
Recomended MCP Servers
A simple vector store that indexes content of files on local file system
An MCP server for playing Minesweeper
A Model Context Protocol server for converting almost anything to Markdown
MCP server for executing CMD commands. Can be hooked to claude for additional agentics.
MCP Server implementation for Ableton Live OSC control
MCP server for Delve debugger integration
A Model Context Protocol Server for MongoDB
Stock market data provider for Claude Desktop using MCP
MCP Server for blockchain interactions with Web DApp for secure transaction signing
An MCP server for the NEAR blockchain
A MCP server for our beloved terminal multiplexer tmux.
MCP server for applying a Claude Shannon-inspired problem-solving pattern





