Skip to content
Cursor

ubereats for Cursor

io.github.markswendsen-code/ubereats

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

client:Cursor transport:stdio runtime:npm

Install ubereats in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ubereats in other clients