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
- skudskud/test-repo-mcp
- Last Updated: 3/5/2025
Recomended MCP Servers
MCP server to help developers manage project context across sessions
A Model Context Protocol (MCP) server for analyzing code dependencies
An opinionated starter template for making Model Context Protocol (MCP) servers
Installs MCPs in cursor for you, give it a git URL and let it rip
Execute a secure shell in Claude Desktop using the Model Context Protocol.
A Model Context Protocol (MCP) server for querying the CVE-Search API
mcp server for interacting with HubSpot
✨✨✨ Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。
An experimental MCP server for controlling Apple Music.
Todoist MCP Server Extended - Enabling natural language management of todoist via Claude, MCP and todoist REST APIv2....





