2Captcha MCP for Cursor
io.github.aruxojuyu665/twocaptcha-mcp
Full 2Captcha API (43 tools) for Claude Code: 31 captcha solvers + management + webhook.
client:Cursor
transport:stdio
runtime:pypi
Install 2Captcha MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twocaptcha-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"twocaptcha-mcp"
],
"env": {
"2Captcha_API_KEY": "<2Captcha_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs