# hwdsl2/setup-ipsec-vpn | Model Context Protocol (MCP) Server > Set up your own IPsec VPN server in just a few minutes, with IPsec/L2TP, Cisco IPsec and IKEv2. Supports Ubuntu, Debian, CentOS/RHEL, Alpine Linux and Raspberry Pi OS. Includes client config and management scripts. - **Stars**: ⭐ 28,320 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "setup-ipsec-vpn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-setup-ipsec-vpn" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "setup-ipsec-vpn": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-setup-ipsec-vpn" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-setup-ipsec-vpn` - **Docker**: `docker run -i --rm mcp/setup-ipsec-vpn`