The Uber Eats MCP server enables AI agents to interact with the Uber Eats platform. It provides tools to place orders, track deliveries, and manage user accounts. The server connects directly to Uber Eats APIs, allowing developers to build applications that automate food ordering and delivery processes.
The Uber Eats MCP server enables AI agents to interact with the Uber Eats platform. It provides tools to place orders, track deliveries, and manage user accounts. The server connects directly to Uber Eats APIs, allowing developers to build applications that automate food ordering and delivery processes.
pip install uber-eats-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ericzakariasson-uber-eats-mcp-server-github": {
"command": "uvx",
"args": [
"pip install uber-eats-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from uber eats?"
API Key Required
This server requires an API key from uber eats. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| UBER_EATS_API_KEY | Yes | Your uber eats API key |
"What resources are available in uber eats?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in uber eats"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in uber eats with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.