free proxy mcp for Cursor
io.github.litportnet/free-proxy-mcp
MCP server exposing Litport's verified free HTTP, SOCKS4 and SOCKS5 proxy snapshot.
client:Cursor
transport:stdio
runtime:npm
Install free proxy mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"free-proxy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@litportnet/free-proxy-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs