Skip to content
Gemini CLI

selenium mcp for Gemini CLI

io.github.gaforov/selenium-mcp

Selenium MCP server for AI agents — 41 browser automation tools with snapshots and sessions.

client:Gemini CLI transport:stdio runtime:npm

Install selenium mcp in Gemini CLI

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

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

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

selenium mcp in other clients