Skip to content
Cursor

wg-easy for Cursor

io.github.ni-c/wg-easy-mcp

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

client:Cursor transport:stdio runtime:npm

Install wg-easy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wg-easy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "wg-easy-mcp"
      ],
      "env": {
        "WG_EASY_URL": "<WG_EASY_URL>",
        "WG_EASY_USERNAME": "<WG_EASY_USERNAME>",
        "WG_EASY_PASSWORD": "<WG_EASY_PASSWORD>",
        "WG_EASY_INSECURE_TLS": "<WG_EASY_INSECURE_TLS>",
        "WG_EASY_READ_ONLY": "<WG_EASY_READ_ONLY>",
        "WG_EASY_ALLOW_TOOLS": "<WG_EASY_ALLOW_TOOLS>",
        "WG_EASY_DENY_TOOLS": "<WG_EASY_DENY_TOOLS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

wg-easy in other clients