Back to Browse

Unifi MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.

12 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

Controller IP/hostnameOptional

Environment variable: UNIFI_HOST

Admin usernameRequired

Environment variable: UNIFI_USERNAME

Admin passwordRequired

Environment variable: UNIFI_PASSWORD

API key (optional, experimental)Required

Environment variable: UNIFI_API_KEY

Controller HTTPS portOptional

Environment variable: UNIFI_PORT

SSL certificate verificationOptional

Environment variable: UNIFI_VERIFY_SSL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sirkirby-unifi-access-mcp": {
      "env": {
        "UNIFI_HOST": "your-unifi-host-here",
        "UNIFI_PORT": "your-unifi-port-here",
        "UNIFI_API_KEY": "your-unifi-api-key-here",
        "UNIFI_PASSWORD": "your-unifi-password-here",
        "UNIFI_USERNAME": "your-unifi-username-here",
        "UNIFI_VERIFY_SSL": "your-unifi-verify-ssl-here"
      },
      "args": [
        "unifi-access-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!