Skip to content
Gemini CLI

Web Search for Gemini CLI

io.github.hec-ovi/web-search

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

client:Gemini CLI transport:stdio runtime:pypi

Install Web Search in Gemini CLI

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

{
  "mcpServers": {
    "web-search": {
      "command": "uvx",
      "args": [
        "websearch-skill"
      ]
    }
  }
}

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

Web Search in other clients