Skip to content

capmonster mcp captcha solver for Cursor

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

CapMonster Cloud MCP server — AI captcha solver for reCAPTCHA, Turnstile & DataDome for AI agents.

client:Cursor transport:stdio runtime:npm

Install capmonster mcp captcha solver in Cursor

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

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

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

capmonster mcp captcha solver in other clients