Skip to content
VS Code

free proxy mcp for VS Code

io.github.litportnet/free-proxy-mcp

MCP server exposing Litport's verified free HTTP, SOCKS4 and SOCKS5 proxy snapshot.

client:VS Code transport:stdio runtime:npm

Install free proxy mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "free-proxy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@litportnet/free-proxy-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

free proxy mcp in other clients