Uber Eats MCP Server
@MCP-Mirror
关于 Uber Eats MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ericzakariasson_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 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.
其他 分类下的更多 MCP 服务器
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.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论