Skip to content
VS Code

proxyclaw for VS Code

io.github.furhworld/proxyclaw

Residential proxy MCP server. 175M+ IPs in 195+ countries with anti-bot bypass.

client:VS Code transport:stdio runtime:npm

Install proxyclaw in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "iploop-api-key",
      "description": "IPLOOP_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "proxyclaw": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "proxyclaw-mcp-server"
      ],
      "env": {
        "IPLOOP_API_KEY": "${input:iploop-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

proxyclaw in other clients