Skip to content
Gemini CLI

reflex for Gemini CLI

com.reflexmcp/reflex

Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.

client:Gemini CLI transport:stdio runtime:npm

Install reflex in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "reflex": {
      "command": "npx",
      "args": [
        "-y",
        "reflex-browser"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

reflex in other clients