Uber Eats MCP Server
@ericzakariasson
About Uber Eats MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"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 (Model Context Protocol) server that demonstrates integration between large language models and Uber Eats. It is intended for developers exploring how to build MCP servers on top of real‑world services.
How to use Uber Eats MCP Server?
Set up a Python virtual environment (Python 3.12+), install dependencies with uv pip install -r requirements.txt, run playwright install, then configure your LLM API key (e.g., ANTHROPIC_API_KEY) in the .env file. Use uv run mcp dev server.py to start the server with the MCP inspector for debugging.
Key features of Uber Eats MCP Server
- Proof-of-concept integration with Uber Eats via MCP.
- Uses Playwright for browser automation.
- Supports stdio MCP transport.
- Works with Anthropic API or other supported LLM providers.
- Runs locally with minimal setup.
Use cases of Uber Eats MCP Server
- Demonstrating how to build an MCP server on top of a live web service.
- Prototyping LLM‑powered assistants that
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 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,
Comments