Odel
mcp ubereats

mcp ubereats

Local
@markswendsen-code3TypeScriptUpdated 5mo ago

MCP server for Uber Eats - let AI agents order food delivery

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@striderlabs/mcp-ubereatsv0.1.0

Run

npx -y @striderlabs/mcp-ubereats

MCP client config

{
  "mcpServers": {
    "mcp-ubereats": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-ubereats"
      ]
    }
  }
}