
2Captcha MCP
Solve and manage CAPTCHAs through 2Captcha’s full API from Claude Code via 43 MCP tools without hand-rolling HTTP clients.
Overview
2Captcha MCP is a MCP server for the Build phase that exposes 43 tools—including 31 captcha solvers—for the full 2Captcha API in Claude Code.
What is this MCP server?
- 43 MCP tools covering the full 2Captcha API surface
- 31 captcha solver tool variants for major challenge types
- Account management and webhook-related tooling included
- Stdio server via PyPI twocaptcha-mcp (v0.6.1), runtimeHint uvx
- Requires 2Captcha_API_KEY secret env var
- 43 MCP tools total per server description
- 31 captcha solver tools plus management and webhook tooling
- Package version 0.6.1 on PyPI identifier twocaptcha-mcp
What problem does it solve?
Building reliable captcha handling in agent automation means juggling 2Captcha endpoints, polling, and challenge types by hand.
Who is it for?
Developers with a 2Captcha account who need broad solver coverage and webhooks inside Claude Code or another MCP client.
Skip if: Builders avoiding paid captcha services, non-automation products, or teams that cannot accept third-party solving for compliance reasons.
What do I get? / Deliverables
Your agent can submit, track, and manage 2Captcha solves through named MCP tools while you focus on the automation script or integration.
- Working captcha solve requests across supported 2Captcha challenge types
- API management and webhook flows callable from the agent
- Reusable automation without custom 2Captcha HTTP client code
Recommended MCP Servers
Journey fit
Captcha integration is built when you wire scrapers, test flows, or automation—not when you distribute marketing or monitor production errors. A third-party CAPTCHA API wrapper is a classic build-time integration, so the canonical placement is build → integrations.
How it compares
Full 2Captcha API MCP shim—not an open-source OCR captcha skill or a browser-only extension.
Common Questions / FAQ
Who is 2Captcha MCP for?
Solo builders and automation authors using Claude Code who already pay for 2Captcha and want every major solver and management call available as MCP tools.
When should I use 2Captcha MCP?
Use it while building integrations when target sites gate logins or forms with CAPTCHAs your Playwright or API flow must pass under agent control.
How do I add 2Captcha MCP to my agent?
Set 2Captcha_API_KEY, run twocaptcha-mcp via uvx or PyPI stdio transport, add the server to your MCP config, restart Claude Code or your client, then call the solver or management tools.