scrapegraph mcp for Gemini CLI
io.github.scrapegraphai/scrapegraph-mcp
AI-powered web scraping and data extraction capabilities through ScrapeGraph API
client:Gemini CLI
transport:stdio
runtime:pypi
Install scrapegraph mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"scrapegraph-mcp": {
"command": "uvx",
"args": [
"scrapegraph-mcp"
],
"env": {
"SGAI_API_KEY": "<SGAI_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs