solve for Cursor
io.github.getrelove/solve
Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.
client:Cursor
transport:stdio
runtime:npm
Install solve in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"solve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@useagentstore/solve-mcp"
],
"env": {
"SOLVE_API_KEY": "<SOLVE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs