Uber Eats MCP Server
@ericzakariasson
关于 Uber Eats MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"uber-eats-mcp-server": {
"command": "uv",
"args": [
"run",
"mcp",
"dev",
"server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论