captcha mcp for Cline
io.github.zekebuilds-lab/captcha-mcp
Charge AI agents per-call without accounts. PoW solve = free tier, Lightning = paid tier.
client:Cline
transport:stdio
runtime:npm
Install captcha mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"captcha-mcp": {
"command": "npx",
"args": [
"-y",
"@powforge/captcha-mcp"
],
"env": {
"CAPTCHA_URL": "<CAPTCHA_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs