captcha.cc Human Verification for Gemini CLI
cc.captcha/captchacc
Human verification CAPTCHA with visual and selective-listening audio challenges.
client:Gemini CLI
transport:streamable-http
tools:3
Install captcha.cc Human Verification in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"captchacc": {
"httpUrl": "https://captcha.cc/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs