Skip to content
Gemini CLI

sendblue browser mcp for Gemini CLI

io.github.sendblue-api/sendblue-browser-mcp

Drive a stealth-patched Chromium daemon: navigate, screenshot, eval JS, attach over CDP.

client:Gemini CLI transport:stdio runtime:npm

Install sendblue browser mcp in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sendblue-browser-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sendblue-browser-mcp"
      ],
      "env": {
        "BROWSER_USE_API_KEY": "<BROWSER_USE_API_KEY>",
        "BROWSER_USE_URL": "<BROWSER_USE_URL>"
      }
    }
  }
}

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

sendblue browser mcp in other clients