Odel
wg-easy

wg-easy

Local
@ni-cTypeScriptMITUpdated 3 days ago

Administer wg-easy (WireGuard Easy) v15: manage VPN clients, configs, QR codes and server status

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwg-easy-mcpv0.5.0

Run

npx -y wg-easy-mcp

MCP client config

{
  "mcpServers": {
    "wg-easy": {
      "command": "npx",
      "args": [
        "-y",
        "wg-easy-mcp"
      ]
    }
  }
}
Dockerghcr.io/ni-c/wg-easy-mcp:0.5.0

Run

docker run -i --rm ghcr.io/ni-c/wg-easy-mcp:0.5.0

MCP client config

{
  "mcpServers": {
    "wg-easy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ni-c/wg-easy-mcp:0.5.0"
      ]
    }
  }
}