Skip to content
VS Code

solve for VS Code

io.github.getrelove/solve

Cloudflare Turnstile CAPTCHA solver for AI agents. $0.002/call, 100 free on signup. P95 2.2s.

client:VS Code transport:stdio runtime:npm

Install solve in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "solve-api-key",
      "description": "SOLVE_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "solve": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@useagentstore/solve-mcp"
      ],
      "env": {
        "SOLVE_API_KEY": "${input:solve-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

solve in other clients