2Captcha MCP for VS Code
io.github.aruxojuyu665/twocaptcha-mcp
Full 2Captcha API (43 tools) for Claude Code: 31 captcha solvers + management + webhook.
client:VS Code
transport:stdio
runtime:pypi
Install 2Captcha MCP in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "2captcha-api-key",
"description": "2Captcha_API_KEY",
"password": true
}
],
"servers": {
"twocaptcha-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"twocaptcha-mcp"
],
"env": {
"2Captcha_API_KEY": "${input:2captcha-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs