2
2Captcha
Solves captchas and automates browser interactions during web automation tasks using the 2Captcha service.
Share:
About
Solves captchas and automates browser interactions during web automation tasks using the 2Captcha service.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL
Screenshots
No screenshots yet.
Install 2Captcha
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"2captcha": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2captcha"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"2captcha": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2captcha"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"2captcha": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-2captcha"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.