Skip to content
Gemini CLI

ScrapeNest for Gemini CLI

dev.scrapenest/scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

client:Gemini CLI transport:streamable-http

Install ScrapeNest in Gemini CLI

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

{
  "mcpServers": {
    "scrapenest": {
      "httpUrl": "https://scrapenest.dev/mcp"
    }
  }
}

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

ScrapeNest in other clients