Skip to content
Cursor

2Captcha MCP for Cursor

io.github.aruxojuyu665/twocaptcha-mcp

Full 2Captcha API (43 tools) for Claude Code: 31 captcha solvers + management + webhook.

client:Cursor transport:stdio runtime:pypi

Install 2Captcha MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "twocaptcha-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "twocaptcha-mcp"
      ],
      "env": {
        "2Captcha_API_KEY": "<2Captcha_API_KEY>"
      }
    }
  }
}

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

2Captcha MCP in other clients