mcpbeat Sign in

Capsolver MCP Server

by capsolver-ai Your server? Claim it
local only

Capsolver MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

MCP Server for CapSolver - captcha-solving capabilities for AI agents

Installs / week
pypi · capsolver-mcp
1
Stars
0 open issues
18 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Capsolver 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 capsolver-mcp -- uvx capsolver-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "capsolver-mcp": {
      "args": [
        "capsolver-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.capsolver-mcp]
command = "uvx"
args = ["capsolver-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "capsolver-mcp": {
      "args": [
        "capsolver-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "capsolver-mcp": {
      "args": [
        "capsolver-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CAPSOLVER_API_KEY (Your CapSolver API key). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Capsolver MCP

same job, measured the same way
Deep Agentic Core MCP
by deepagentlabs

Unified MCP server for AgenticLens and Agentic Chaos capabilities.

8 203 installs/wk local only
Docbase
by krayinc

DocBase MCP server for AI agents

answering
Power BI Modeling MCP Server
by microsoft

The Power BI Modeling MCP Server brings Power BI semantic modeling capabilities to your AI agents.

5 251 installs/wk local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

51 installs/wk local only
Time MCP
by yokingma

Time MCP Server, giving LLMs time awareness capabilities.

1 999 installs/wk local only
MCP Rfc Editor
by daedalus

An MCP server that provides rfc editing capabilities

87 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only

Capsolver MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Capsolver MCP?
Capsolver 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 capsolver-mcp.
How do I connect Capsolver 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 capsolver-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Capsolver MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 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.