Skip to content

capmonster mcp patchright captcha solver for Cursor

io.github.capmonstercloud/capmonster-mcp-patchright-captcha-solver

Browser automation MCP for solving captchas with CapMonster Cloud via Patchright.

client:Cursor transport:stdio runtime:npm

Install capmonster mcp patchright captcha solver in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "capmonster-mcp-patchright-captcha-solver": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "capmonster-mcp-patchright"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

capmonster mcp patchright captcha solver in other clients