mcpbeat Sign in

UniFi Network MCP Server

local only

UniFi Network MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 18 444 installs a week from pypi. Last commit 17 Sep 2026.

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

Installs per day peak 5 153 · avg 2 092 · +64% w/w
a month agotoday
18 444
Installs / week
pypi · unifi-network-mcp
827
Stars
14 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/unifi_network_mcp/__init__.py:1, [пакет] src/unifi_network_mcp/_version.py:1, [пакет] src/unifi_network_mcp/bootstrap.py:1 и ещё 32
этот файл ставится пользователю, но в репозитории его нет
  <select id="f_{{ name }}" name="{{ name }}">
    {% for opt_value, opt_label in options %}
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Asks for container control access .github/workflows/community-issue-triage.lock.yml:702
…eway --user '"${MCP_GATEWAY_UID}"':'"${MCP_GATEWAY_GID}"' --group-add '"${DOCKER_SOCK_GID}"' -v '"${DOCKER_SOCK_PATH}"':/var/run/docker.sock -e MCP_GATEWAY_PORT -e MCP_GATEWAY_DOMAIN -e MCP_GATEWAY_AGENT_ID -e MCP_GATEWAY_PAYLOAD_DIR -e MCP_GATEWAY_PAYLOAD_SIZE_THRESHOLD -e DOCKE…

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unifi-network-mcp -- uvx unifi-network-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unifi-network-mcp": {
      "args": [
        "unifi-network-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unifi-network-mcp]
command = "uvx"
args = ["unifi-network-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unifi-network-mcp": {
      "args": [
        "unifi-network-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unifi-network-mcp": {
      "args": [
        "unifi-network-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UNIFI_HOST (Controller IP/hostname), UNIFI_USERNAME (Admin username), UNIFI_PASSWORD (Admin password), UNIFI_API_KEY (API key (optional, experimental)), UNIFI_PORT (Controller HTTPS port), UNIFI_VERIFY_SSL (SSL certificate verification), UNIFI_SITE (UniFi site name). The author declared them in the registry entry; get the values from the project itself.

Alternatives to UniFi Network MCP

same job, measured the same way
Go Unifi MCP
by claytono

Manage UniFi sites, devices, clients, networks, port forwarding, DNS, and firewall

local only
UniFi Access MCP
by sirkirby

Manage UniFi Access doors, credentials, policies, visitors, and events via MCP.

3 170 installs/wk local only
Hetzner
by lazyants

MCP server for the Hetzner Cloud API — servers, networks, volumes, firewalls, and more.

161 installs/wk local only
UniFi Protect MCP
by sirkirby

Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.

5 684 installs/wk local only
Domotz
by wyre-technology

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
MCP Pfsense
by antonio-mello-ai

Manage pfSense firewalls through AI assistants — rules, DHCP, DNS, and more

97 installs/wk local only
LibreNMS MCP
by mhajder

MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure

837 installs/wk local only

UniFi Network MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for UniFi Network MCP?
UniFi Network MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package unifi-network-mcp was installed 18 444 times last week.
How do I connect UniFi Network MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls unifi-network-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use UniFi Network MCP?
The pypi package unifi-network-mcp was installed 18 444 times in the last week. Week over week that is +64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UniFi Network MCP open source?
Yes — it is published under the MIT licence, written in Python, 827 stars on GitHub and 14 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.