Official MCP server for solving reCAPTCHA, Turnstile, DataDome, and other CAPTCHAs.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"capmonster-mcp"
],
"env": {
"CM_API_KEY": "${env:CM_API_KEY}"
}
}