Odel
2Captcha MCP

2Captcha MCP

Local
@aruxojuyu6651PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItwocaptcha-mcpv0.6.1

Run

uvx twocaptcha-mcp

MCP client config

{
  "mcpServers": {
    "2captcha-mcp": {
      "command": "uvx",
      "args": [
        "twocaptcha-mcp"
      ]
    }
  }
}