Skip to content
Gemini CLI

WebReaper for Gemini CLI

io.github.alex-on-ai/webreaper

AI-native web scraper: scrape, crawl and map any site to clean markdown over stdio. MIT-licensed.

client:Gemini CLI transport:stdio runtime:nuget

Install WebReaper in Gemini CLI

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

{
  "mcpServers": {
    "webreaper": {
      "command": "dnx",
      "args": [
        "WebReaper.Mcp",
        "--yes"
      ]
    }
  }
}

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

WebReaper in other clients