← Back to browse

UniFi Network MCP

Indexed by io.github.sirkirby

About

Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUNIFI_HOST UNIFI_USERNAME UNIFI_PASSWORD UNIFI_API_KEY UNIFI_PORT UNIFI_VERIFY_SSL UNIFI_SITE
Claude Code
claude mcp add --env UNIFI_HOST= --env UNIFI_USERNAME= --env UNIFI_PASSWORD= --env UNIFI_API_KEY= --env UNIFI_PORT= --env UNIFI_VERIFY_SSL= --env UNIFI_SITE= unifi-network-mcp -- uvx unifi-network-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"unifi-network-mcp","command":"uvx","args":["unifi-network-mcp"],"env":{"UNIFI_HOST":"","UNIFI_USERNAME":"","UNIFI_PASSWORD":"","UNIFI_API_KEY":"","UNIFI_PORT":"","UNIFI_VERIFY_SSL":"","UNIFI_SITE":""}}'
JSON
{
  "mcpServers": {
    "unifi-network-mcp": {
      "command": "uvx",
      "args": [
        "unifi-network-mcp"
      ],
      "env": {
        "UNIFI_HOST": "",
        "UNIFI_USERNAME": "",
        "UNIFI_PASSWORD": "",
        "UNIFI_API_KEY": "",
        "UNIFI_PORT": "",
        "UNIFI_VERIFY_SSL": "",
        "UNIFI_SITE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.