Skip to content
Gemini CLI

SeleniumBase MCP for Gemini CLI

io.github.seleniumbase/seleniumbase

Stealthy browser automation, testing, and web-scraping via CDP Mode.

client:Gemini CLI transport:stdio runtime:pypi

Install SeleniumBase MCP in Gemini CLI

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

{
  "mcpServers": {
    "seleniumbase": {
      "command": "uvx",
      "args": [
        "seleniumbase"
      ]
    }
  }
}

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

SeleniumBase MCP in other clients