Server data from the Official MCP Registry
Manage UniFi Access doors, credentials, policies, visitors, and events via MCP.
Manage UniFi Access doors, credentials, policies, visitors, and events via MCP.
Set these up before or after installing:
Environment variable: UNIFI_HOST
Environment variable: UNIFI_USERNAME
Environment variable: UNIFI_PASSWORD
Environment variable: UNIFI_API_KEY
Environment variable: UNIFI_PORT
Environment variable: UNIFI_VERIFY_SSL
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"
}
}
}This UniFi MCP server requires credentials to manage network infrastructure, which is appropriate for its purpose. However, there are some security concerns including potential path traversal vulnerabilities and broad permissions that users should be aware of. Package verification found 1 issue.
Scanned 4 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!