Browser automation MCP for solving captchas with CapMonster Cloud via Patchright.
claude mcp add capmonster-mcp-patchright-captcha-solver -- npx -y capmonster-mcp-patchright
claude_desktop_config.json
{
"mcpServers": {
"capmonster-mcp-patchright-captcha-solver": {
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"capmonster-mcp-patchright-captcha-solver": {
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"capmonster-mcp-patchright-captcha-solver": {
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"capmonster-mcp-patchright-captcha-solver": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"capmonster-mcp-patchright-captcha-solver": {
"command": "npx",
"args": [
"-y",
"capmonster-mcp-patchright"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.CapMonsterCloud--capmonster-mcp-patchright-captcha-solver/reviews or the review_server meta-tool.
POST /mcp