Skip to content
Claude Desktop

ubereats for Claude Desktop

io.github.markswendsen-code/ubereats

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

client:Claude Desktop transport:stdio runtime:npm

Install ubereats in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ubereats in other clients