Skip to content
Gemini CLI

CLIO Web for Gemini CLI

io.github.iowarp/web-mcp

Provider-fixed web search plus transparent URL, DOI, and document fetching

client:Gemini CLI transport:stdio runtime:pypi

Install CLIO Web in Gemini CLI

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

{
  "mcpServers": {
    "web-mcp": {
      "command": "uvx",
      "args": [
        "clio-kit"
      ]
    }
  }
}

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

CLIO Web in other clients