does-it-install?

← All servers

UniFi Access MCP

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

io.github.sirkirby/unifi-access-mcp · Repository · version 0.1.6 · 687 stars · listed from registry

Install

The sweep installs into a clean prefix, but this is the command a user would run:

uvx unifi-access-mcp

Needs credentials: UNIFI_HOST, UNIFI_USERNAME, UNIFI_PASSWORD. The probe used placeholder values, so an amber needs credentials result below means the server asked for the real ones, not that it is broken. Maintainers: how to go green.

Results by platform

Linux

needs credentials2026-08-16 · probed over pypi

1 recorded run, oldest first.

handshake failed: MCP error -32000: Connection closed
--- stderr (tail) ---
Downloading cpython-3.13.15-linux-x86_64-gnu (download) (33.2MiB)
 Downloaded cpython-3.13.15-linux-x86_64-gnu (download)
   Building antlr4-python3-runtime==4.9.3
Downloading pydantic-core (2.0MiB)
Downloading aiohttp (1.7MiB)
 Downloaded pydantic-core
 Downloaded aiohttp
      Built antlr4-python3-runtime==4.9.3
Installed 50 packages in 21ms
warning: `unifi-access-mcp==0.1.6` is yanked (reason: "Broken dependency metadata (unpinned shared/core dep); install fails. Use @latest.")
Traceback (most recent call last):
  File "/home/runner/.cache/uv/archive-v0/bnWkzdMsVaE54irk/bin/unifi-access-mcp", line 6, in <module>
    from unifi_access_mcp.main import main
  File "/home/runner/.cache/uv/archive-v0/bnWkzdMsVaE54irk/lib/python3.13/site-packages/unifi_access_mcp/main.py", line 10, in <module>
    from unifi_access_mcp.bootstrap import (
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<2 lines>...
    )  # ensures logging/env setup early
    ^
  File "/home/runner/.cache/uv/archive-v0/bnWkzdMsVaE54irk/lib/python3.13/site-packages/unifi_access_mcp/bootstrap.py", line 24, in <module>
    from unifi_mcp_shared.config import load_yaml_config  # noqa: F401 -- re-export for convenience
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'unifi_mcp_shared.config'

macOS

needs credentials2026-08-16 · probed over pypi

1 recorded run, oldest first.

handshake failed: MCP error -32000: Connection closed
--- stderr (tail) ---
Building antlr4-python3-runtime==4.9.3
      Built antlr4-python3-runtime==4.9.3
Installed 50 packages in 75ms
warning: `unifi-access-mcp==0.1.6` is yanked (reason: "Broken dependency metadata (unpinned shared/core dep); install fails. Use @latest.")
Traceback (most recent call last):
  File "/Users/runner/.cache/uv/archive-v0/l7kJfWEwWi9s_r9U/bin/unifi-access-mcp", line 6, in <module>
    from unifi_access_mcp.main import main
  File "/Users/runner/.cache/uv/archive-v0/l7kJfWEwWi9s_r9U/lib/python3.14/site-packages/unifi_access_mcp/main.py", line 10, in <module>
    from unifi_access_mcp.bootstrap import (
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<2 lines>...
    )  # ensures logging/env setup early
    ^
  File "/Users/runner/.cache/uv/archive-v0/l7kJfWEwWi9s_r9U/lib/python3.14/site-packages/unifi_access_mcp/bootstrap.py", line 24, in <module>
    from unifi_mcp_shared.config import load_yaml_config  # noqa: F401 -- re-export for convenience
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'unifi_mcp_shared.config'

Windows

needs credentials2026-08-16 · probed over pypi

1 recorded run, oldest first.

handshake failed: MCP error -32000: Connection closed
--- stderr (tail) ---
Building antlr4-python3-runtime==4.9.3
Downloading pywin32 (6.6MiB)
Downloading pydantic-core (2.0MiB)
 Downloaded pydantic-core
      Built antlr4-python3-runtime==4.9.3
 Downloaded pywin32
Installed 52 packages in 4.19s
warning: `unifi-access-mcp==0.1.6` is yanked (reason: "Broken dependency metadata (unpinned shared/core dep); install fails. Use @latest.")
Traceback (most recent call last):
  File "<frozen runpy>", line 203, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\runneradmin\AppData\Local\uv\cache\archive-v0\CC0uaTlnfAYtkxC5\Scripts\unifi-access-mcp.exe\__main__.py", line 4, in <module>
    from unifi_access_mcp.main import main
  File "C:\Users\runneradmin\AppData\Local\uv\cache\archive-v0\CC0uaTlnfAYtkxC5\Lib\site-packages\unifi_access_mcp\main.py", line 10, in <module>
    from unifi_access_mcp.bootstrap import (
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<2 lines>...
    )  # ensures logging/env setup early
    ^
  File "C:\Users\runneradmin\AppData\Local\uv\cache\archive-v0\CC0uaTlnfAYtkxC5\Lib\site-packages\unifi_access_mcp\bootstrap.py", line 24, in <module>
    from unifi_mcp_shared.config import load_yaml_config  # noqa: F401 -- re-export for convenience
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'unifi_mcp_shared.config'

Badge

Paste this into the project README to show the current result:

[![does it install](https://img.shields.io/endpoint?url=https://doesitinstall.com/badge/io.github.sirkirby__unifi-access-mcp.json)](https://doesitinstall.com/s/io.github.sirkirby__unifi-access-mcp.html)