setup-ipsec-vpn

GitHub

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.

RAW Config

Claude Desktop Configuration

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

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