proxy_pool (MCP Server)

GitHub

Python ProxyPool for web spider

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "proxy_pool": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-proxy_pool"
      ]
    }
  }
}