capmonster mcp patchright captcha solver for Gemini CLI
io.github.capmonstercloud/capmonster-mcp-patchright-captcha-solver
Browser automation MCP for solving captchas with CapMonster Cloud via Patchright.
client:Gemini CLI
transport:stdio
runtime:npm
Install capmonster mcp patchright captcha solver in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"capmonster-mcp-patchright-captcha-solver": {
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs