PyScrappy for Gemini CLI
io.github.mldsveda/pyscrappy
Web-scraping toolkit with 22 tools for structured web data as JSON for AI agents.
client:Gemini CLI
transport:stdio
runtime:pypi
Install PyScrappy in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pyscrappy": {
"command": "uvx",
"args": [
"pyscrappy"
],
"env": {
"OMDB_API_KEY": "<OMDB_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