LionScraper MCP + CLI + HTTP API (Python) for Gemini CLI
io.github.dowant/lionscraper-python
LionScraper Python: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.
client:Gemini CLI
transport:stdio
runtime:pypi
Install LionScraper MCP + CLI + HTTP API (Python) in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"lionscraper-python": {
"command": "uvx",
"args": [
"lionscraper"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs