Skip to content
Gemini CLI

webscrape mcp for Gemini CLI

io.github.carrasquelalex1/webscrape-mcp

Fetch any URL and get clean Markdown. Web scraping for AI agents.

client:Gemini CLI transport:streamable-http

Install webscrape mcp in Gemini CLI

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

{
  "mcpServers": {
    "webscrape-mcp": {
      "httpUrl": "https://webscrape-mcp.onrender.com"
    }
  }
}

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

webscrape mcp in other clients