Skip to content
Gemini CLI

WebPeel for Gemini CLI

io.github.jakeliume/webpeel

Fetch any web page as clean, AI-ready markdown with smart HTTP-to-browser escalation.

client:Gemini CLI transport:stdio runtime:npm

Install WebPeel in Gemini CLI

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

{
  "mcpServers": {
    "webpeel": {
      "command": "npx",
      "args": [
        "-y",
        "webpeel"
      ]
    }
  }
}

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

WebPeel in other clients