capmonster mcp patchright captcha solver for VS Code
io.github.capmonstercloud/capmonster-mcp-patchright-captcha-solver
Browser automation MCP for solving captchas with CapMonster Cloud via Patchright.
client:VS Code
transport:stdio
runtime:npm
Install capmonster mcp patchright captcha solver in VS Code
.vscode/mcp.json
{
"servers": {
"capmonster-mcp-patchright-captcha-solver": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs