Skip to content
Gemini CLI

scrapio mcp for Gemini CLI

io.github.xsronhou/scrapio-mcp

Fetch, crawl, and search the web: Google, Amazon, Walmart, Booking.com, Agoda, and YouTube data.

client:Gemini CLI transport:stdio runtime:npm

Install scrapio mcp in Gemini CLI

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

{
  "mcpServers": {
    "scrapio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@scrapio/mcp"
      ]
    }
  }
}

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

scrapio mcp in other clients