free proxy mcp for Gemini CLI
io.github.litportnet/free-proxy-mcp
MCP server exposing Litport's verified free HTTP, SOCKS4 and SOCKS5 proxy snapshot.
client:Gemini CLI
transport:stdio
runtime:npm
Install free proxy mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"free-proxy-mcp": {
"command": "npx",
"args": [
"-y",
"@litportnet/free-proxy-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs