capmonster mcp patchright captcha solver for Grok
io.github.capmonstercloud/capmonster-mcp-patchright-captcha-solver
Browser automation MCP for solving captchas with CapMonster Cloud via Patchright.
client:Grok
transport:stdio
runtime:npm
Install capmonster mcp patchright captcha solver in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"capmonster-mcp-patchright-captcha-solver": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs