mcpbeat Sign in

2Captcha MCP Server

by aruxojuyu665 Your server? Claim it
local only

2Captcha MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from pypi. Last commit 5 May 2026.

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

Installs per day peak 25 · avg 10 · -28% w/w
a month agotoday
47
Installs / week
pypi · twocaptcha-mcp
3
Stars
0 open issues
5 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 36

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 14 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 26 more, back to 14 August 2026

Nothing serious here today

Today is the operative word: we check 2Captcha MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add twocaptcha-mcp -- uvx twocaptcha-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twocaptcha-mcp": {
      "args": [
        "twocaptcha-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.twocaptcha-mcp]
command = "uvx"
args = ["twocaptcha-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "twocaptcha-mcp": {
      "args": [
        "twocaptcha-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "twocaptcha-mcp": {
      "args": [
        "twocaptcha-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: 2Captcha_API_KEY (2Captcha account API key (https://2captcha.com/setting)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to 2Captcha MCP

same job, measured the same way
Karea MCP
by starecz

Karea task manager - 49 tools for Claude Code, Cursor, and other MCP clients.

512 installs/wk local only
KonQuest Meta Ads MCP
by brandu-mos

Supervised Meta Ads operating system for Claude Code with 57 campaign management tools.

49 installs/wk local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
toolweave
by andreysparish

One MCP endpoint for Claude, GPT & Gemini: 100+ tools + no-code connectors + agent workers.

answering
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only
Protect MCP
by tomjwxf

Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.

2 489 installs/wk local only
Kiprio MCP Server
by kiprio

23 API tools for Claude Code — email, DNS, SSL, NLP, scraping. Free tier included.

265 installs/wk local only
MCP Hook Conformance
by studiomeyer

Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects.

45 installs/wk local only

2Captcha MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for 2Captcha MCP?
2Captcha MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package twocaptcha-mcp was installed 47 times last week.
How do I connect 2Captcha MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls twocaptcha-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use 2Captcha MCP?
The pypi package twocaptcha-mcp was installed 47 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is 2Captcha MCP open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.