Skip to content

capmonster mcp captcha solver for Zed

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

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

client:Zed transport:stdio runtime:npm

Install capmonster mcp captcha solver in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

capmonster mcp captcha solver in other clients