Skip to content
Gemini CLI

web for Gemini CLI

io.github.rog0x/web

Web scraping, search, monitoring, and HTML-to-markdown for AI agents

client:Gemini CLI transport:stdio runtime:npm

Install web in Gemini CLI

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

{
  "mcpServers": {
    "web": {
      "command": "npx",
      "args": [
        "-y",
        "@rog0x/mcp-web-tools"
      ]
    }
  }
}

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

web in other clients