unifi-access

unifi-access is an MCP server for Claude Code from devjourney/unifi-mcp. Its token cost is not measured, scanned A, a copy of unifi-access, MIT.

An MCP server that connects a coding agent to a UniFi Access controller. MCP is a standard way for an assistant to call tools provided by another system.

In plain words
What is it for?
It provides access to door-control operations through environment variables for the controller address, login or API key, port, and SSL settings.
Why use it?
It lets the agent query or manage UniFi Access through a local Python package using configured connection details.

MCP server for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: listed in a Claude config.

Part of the unifi-access plugin — 2 skills, 1 MCP server shipped together

Good fit It provides access to door-control operations through environment variables for the controller address, login or API key, port, and SSL settings.

Compare 6 mcp servers from other repositories ↓
Install with agentmods
npx agentmods add mcp/devjourney/unifi-mcp/unifi-access-unifi-access
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/devjourney/unifi-mcp

Made for: Claude Code.

Or install unifi-access, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for unifi-access

README.md
[![agentmods](https://agentmods.dev/badge/mcp/devjourney/unifi-mcp/unifi-access-unifi-access/github.svg)](https://agentmods.dev/mcp/devjourney/unifi-mcp/unifi-access-unifi-access)
Your own site
<a href="https://agentmods.dev/mcp/devjourney/unifi-mcp/unifi-access-unifi-access"><img src="https://agentmods.dev/badge/mcp/devjourney/unifi-mcp/unifi-access-unifi-access/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for unifi-access

Your own site · 80×15
<a href="https://agentmods.dev/mcp/devjourney/unifi-mcp/unifi-access-unifi-access"><img src="https://agentmods.dev/badge/mcp/devjourney/unifi-mcp/unifi-access-unifi-access.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 88% copy Near-identical to another mod in the catalogue.
Security

Grade A, and why

unifi-access scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

88% identical to unifi-access — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/unifi-access/.mcp.json · 26 lines

What it actually says

{
  "unifi-access": {
    "type": "stdio",
    "command": "uvx",
    "args": [
      "--python-preference",
      "system",
      "unifi-access-mcp==0.5.3"
    ],
    "env": {
      "UNIFI_HOST": "${UNIFI_ACCESS_HOST:-}",
      "UNIFI_USERNAME": "${UNIFI_ACCESS_USERNAME:-}",
      "UNIFI_PASSWORD": "${UNIFI_ACCESS_PASSWORD:-}",
      "UNIFI_PORT": "${UNIFI_ACCESS_PORT:-443}",
      "UNIFI_VERIFY_SSL": "${UNIFI_ACCESS_VERIFY_SSL:-true}",
      "UNIFI_ACCESS_HOST": "${UNIFI_ACCESS_HOST:-}",
      "UNIFI_ACCESS_USERNAME": "${UNIFI_ACCESS_USERNAME:-}",
      "UNIFI_ACCESS_PASSWORD": "${UNIFI_ACCESS_PASSWORD:-}",
      "UNIFI_ACCESS_API_KEY": "${UNIFI_ACCESS_API_KEY:-}",
      "UNIFI_ACCESS_PORT": "${UNIFI_ACCESS_PORT:-443}",
      "UNIFI_ACCESS_API_PORT": "${UNIFI_ACCESS_API_PORT:-12445}",
      "UNIFI_ACCESS_VERIFY_SSL": "${UNIFI_ACCESS_VERIFY_SSL:-true}",
      "UNIFI_TOOL_REGISTRATION_MODE": "${UNIFI_TOOL_REGISTRATION_MODE:-lazy}"
    }
  }
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 26 lines scan A 0e666a895555

Subscribe to this mod's changes

unifi-access is an MCP server published in the GitHub repository devjourney/unifi-mcp (0 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. It is 88% identical to unifi-access, differing in 6 lines, and is treated as a copy.