clickcast for Gemini CLI
io.github.alexkay28/clickcast
Drive a real Playwright browser: annotated screenshot + structured page state after every action.
client:Gemini CLI
transport:stdio
runtime:pypi
Install clickcast in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"clickcast": {
"command": "uvx",
"args": [
"clickcast"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs