mcpbeat Sign in

UniFi Access MCP Server

local only

UniFi Access MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 3 170 installs a week from pypi. Last commit 20 Sep 2026.

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

Installs per day peak 1 236 · avg 246 · +81% w/w
a month agotoday
3 170
Installs / week
pypi · unifi-access-mcp
842
Stars
14 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 7 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_access_mcp/__init__.py:1, [пакет] src/unifi_access_mcp/_version.py:1, [пакет] src/unifi_access_mcp/bootstrap.py:1 и ещё 21
этот файл ставится пользователю, но в репозитории его нет
  <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-access-mcp -- uvx unifi-access-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unifi-access-mcp": {
      "args": [
        "unifi-access-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unifi-access-mcp]
command = "uvx"
args = ["unifi-access-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unifi-access-mcp": {
      "args": [
        "unifi-access-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unifi-access-mcp": {
      "args": [
        "unifi-access-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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to UniFi Access MCP

same job, measured the same way
UniFi Protect MCP
by sirkirby

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

5 684 installs/wk local only
UniFi Network MCP
by sirkirby

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

18 444 installs/wk local only
Omniwatchguard
by omniwatchguard

AI-powered website change monitoring - manage monitors and alerts via MCP.

7 tools answering
Agentprofile
by everyai-com

One profile — skills, credentials, and memory — synced to every agent tool via one MCP URL.

answering
Squad Up
by hrandhawa02

Create events, add invitees, manage potlucks and carpools via natural language.

46 installs/wk local only
Dynatrace Managed MCP
by dynatrace-oss

MCP server for Dynatrace Managed to access logs, events, and metrics.

592 installs/wk local only
Vantaj
by vantaj

Vantaj uptime monitoring via MCP - manage monitors, heartbeats, incidents, and status pages.

13 tools answering
Onepassword
by pulsemcp

MCP server for interacting with 1Password via the CLI to read and manage credentials.

61 installs/wk local only

UniFi Access MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for UniFi Access MCP?
UniFi Access 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-access-mcp was installed 3 170 times last week.
How do I connect UniFi Access 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-access-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use UniFi Access MCP?
The pypi package unifi-access-mcp was installed 3 170 times in the last week. Week over week that is +81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is UniFi Access MCP open source?
Yes — it is published under the MIT licence, written in Python, 842 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.