Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💬 Communication
  3. 2Captcha MCP
2Captcha MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 3:46:34 AM

2Captcha MCP

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
captchaautomation2captchawebhooks

Solves supported CAPTCHA types through 2Captcha and exposes account, pingback, and webhook tools over MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

uvx twocaptcha-mcp

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 4d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below — values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "2captcha-mcp": {
      "command": "uvx",
      "args": [
        "twocaptcha-mcp"
      ],
      "env": {
        "TWOCAPTCHA_API_KEY": "YOUR_VALUE_HERE"
      }
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (28) Directory Badge Claim listing Alternatives💬 More in Communication

Overview

The 2Captcha MCP MCP server exposes 2Captcha solving and account-management operations to an MCP client over stdio. It uses the asynchronous 2captcha-python SDK for submission, polling, retries, and response parsing, with tools for image, text, audio, and site-key CAPTCHA families. Configure an API key through environment variables, then run it as a Python module; the documented integration targets Claude Code. An optional webhook receiver supports asynchronous result delivery for long-running solves.

Use cases

•Solve image CAPTCHAs from local files or base64 data
•Submit site-key CAPTCHA challenges with page metadata
•Check a 2Captcha account balance from an MCP client
•Register and manage 2Captcha pingback URLs
•Process long-running solves through webhook events

Key features

•31 CAPTCHA solver tools
•2Captcha balance and result-management tools
•Pingback registration and deletion
•Optional SQLite-backed webhook receiver
•Async SDK-based polling and retries
•Proxy, cookie, user-agent, and callback options

Capabilities & Tool Schemas (28) ~321 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by 2Captcha MCP.

twocaptcha_solve_normal

file_path` xor `file_base64

twocaptcha_solve_text

text

twocaptcha_solve_audio

file (xor), `audio_lang

twocaptcha_solve_grid

file (xor)

twocaptcha_solve_canvas

file (xor)

twocaptcha_solve_coordinates

file (xor)

How 2Captcha MCP works

What 2Captcha MCP MCP server does

The 2Captcha MCP MCP server presents the 2Captcha API as MCP tools for agents that need to submit CAPTCHA-solving requests and retrieve results. It includes 31 solver tools covering image-based challenges, text and audio inputs, and web CAPTCHA families such as reCAPTCHA, hCaptcha, Turnstile, FunCaptcha, GeeTest, Amazon WAF, and Yandex Smart.

Beyond solving, the server exposes tools to check the current account balance, report a CAPTCHA result as good or bad, manually retrieve a result, and send raw requests for SDK functionality not represented by a dedicated tool. Pingback tools can register, list, and remove callback URLs. The README describes 43 tools in total, including webhook event-store operations and a composite solve-and-wait operation.

How it works

Requests arrive through the MCP stdio transport. The server validates tool inputs with typed schemas and passes solver calls through an asynchronous client built on the official 2captcha-python SDK. The SDK handles submission, polling, retries, and response parsing. Solver calls can accept optional proxy, pingback, soft ID, cookies, user-agent, language, and ACAO-header settings where applicable.

For long-running requests, the optional webhook mode changes the result flow. A separate receiver accepts 2Captcha POST callbacks, stores events in SQLite, and lets MCP tools read the results asynchronously. This can avoid holding an MCP request open for the full polling period.

The 2Captcha MCP MCP server is intended for environments that can run a Python module and provide environment-based configuration. The documented registration command uses Claude Code and starts the process with stdio.

Setup and configuration

Install the package with pip install twocaptcha-mcp. Provide an API key using one of the supported aliases; TWOCAPTCHA_API_KEY is an uppercase alias suitable for environment-based deployment. The canonical documented name is 2Captcha_API_KEY. Start the server with:

bash
python -m twocaptcha_mcp

Optional settings select the API host, default and reCAPTCHA timeouts, polling interval, soft ID, log level, and default callback URL. The server supports 2captcha.com and rucaptcha.com as API hosts. Timeout and polling values are bounded by the ranges documented in the project configuration.

Tools and capabilities

  • Solve normal image CAPTCHAs from a file path or base64 data.
  • Submit text, audio, grid, canvas, coordinate, rotate, and VK image challenges.
  • Solve supported site-key and token-based CAPTCHA types with their required page parameters.
  • Pass proxies and per-request callback URLs to solver tools.
  • Check balance, report results, poll IDs, and send raw SDK requests.
  • Register and manage pingback addresses.
  • Read, list, and clear webhook events when the optional receiver is deployed.

The exact required arguments vary by CAPTCHA type. For example, reCAPTCHA needs a site key, URL, version, and enterprise setting, while GeeTest uses its challenge-specific identifiers. Some solvers require proxy and user-agent values as part of the SDK signature.

Limitations and notes

An API key and an account with 2Captcha are required; solving requests may consume account credits, as indicated by the project’s live-test instructions. The server does not replace the target website’s integration logic: callers still need to supply the site keys, URLs, tokens, files, or other parameters required by each CAPTCHA family.

Pingback URLs must be registered before they are used for solver calls. The optional webhook receiver is a separate component, and deployment requires making its callback endpoint available to 2Captcha. The documented server interface is stdio-based, and the README specifically shows setup for Claude Code rather than listing other MCP clients.

The 2Captcha MCP MCP server is licensed under MIT. Its configuration supports a default polling mode, while the webhook path is useful when a solve may take long enough to block a normal MCP request.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Communication View all alternatives
  • Qmailing MCP Server logoQmailing MCP Server

    AI agents read & send email, manage mailboxes, custom domains and webhooks via the QMailing API (npm stdio + hosted OAuth connector).

    💬 Communication3 views
    Compare vs Qmailing MCP Server →
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    💬 Communication11 views
    Compare vs Line Bot MCP Server →
  • Emailmd logoEmailmd

    Write and preview emails from your assistant. Renders markdown into email-safe HTML that holds up in Outlook and Gmail, lints drafts for deliverability problems, and returns a live preview link. Hosted with no API key, or run it locally with npx emailmd mcp.

    💬 Communication2 views
    Compare vs Emailmd →
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    💬 Communication1 views
    Compare vs Slack MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Tools exposed
28
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about 2Captcha MCP

Install it with `pip install twocaptcha-mcp`, set a supported API-key environment variable, and start it with `python -m twocaptcha_mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG Preview2Captcha MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/2captcha-mcp?style=directory)](https://allmcps.com/mcp/2captcha-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/2captcha-mcp"><img src="https://allmcps.com/api/badge/2captcha-mcp?style=directory" alt="2Captcha MCP on AllMCPs" /></a>

Technical Specs & Signals

Category💬Communication
PricingBring your own API key (usage-based cost)
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
Last updatedSep 21, 2026
11/15 checks healthy over the last 46d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 20, 2026
53Quality signal: Good · 53/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 6d ago via OSV.dev · twocaptcha-mcp (PyPI)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💬 Communication →Best MCP servers for Slack & Communication →Alternatives to 2Captcha MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients