Home › Cloud & Monitoring › wg-easy
wg-easy
Administer wg-easy (WireGuard Easy) v15: manage VPN clients, configs, QR codes and server status
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.6.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"wg-easy-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"WG_EASY_URL": "<YOUR_VALUE>",
"WG_EASY_USERNAME": "<YOUR_VALUE>",
"WG_EASY_PASSWORD": "<YOUR_VALUE>",
"WG_EASY_INSECURE_TLS": "<YOUR_VALUE>",
"WG_EASY_READ_ONLY": "<YOUR_VALUE>",
"WG_EASY_ALLOW_TOOLS": "<YOUR_VALUE>",
"WG_EASY_DENY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
WG_EASY_URLrequired — Base URL of the wg-easy web UI, e.g. https://vpn.example.com:51821WG_EASY_USERNAMErequired — Username of a wg-easy admin account (2FA must be disabled)WG_EASY_PASSWORDrequired secret — Password of the wg-easy admin accountWG_EASY_INSECURE_TLS— Set to true to accept self-signed TLS certificates (scoped to the wg-easy connection)WG_EASY_READ_ONLY— Set to true to register only the read tools (default: false)WG_EASY_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)WG_EASY_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever WG_EASY_ALLOW_TOOLS left
Package (oci)
docker run -i --rm ghcr.io/ni-c/wg-easy-mcp:0.6.0
Or add to your MCP client config:
{
"mcpServers": {
"wg-easy-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/wg-easy-mcp:0.6.0"
],
"env": {
"WG_EASY_URL": "<YOUR_VALUE>",
"WG_EASY_USERNAME": "<YOUR_VALUE>",
"WG_EASY_PASSWORD": "<YOUR_VALUE>",
"WG_EASY_INSECURE_TLS": "<YOUR_VALUE>",
"WG_EASY_READ_ONLY": "<YOUR_VALUE>",
"WG_EASY_ALLOW_TOOLS": "<YOUR_VALUE>",
"WG_EASY_DENY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
WG_EASY_URLrequired — Base URL of the wg-easy web UI, e.g. https://vpn.example.com:51821WG_EASY_USERNAMErequired — Username of a wg-easy admin account (2FA must be disabled)WG_EASY_PASSWORDrequired secret — Password of the wg-easy admin accountWG_EASY_INSECURE_TLS— Set to true to accept self-signed TLS certificates (scoped to the wg-easy connection)WG_EASY_READ_ONLY— Set to true to register only the read tools (default: false)WG_EASY_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)WG_EASY_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever WG_EASY_ALLOW_TOOLS left
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry