Server data from the Official MCP Registry
Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.
Manage UniFi Protect cameras, events, recordings, and smart detections 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
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sirkirby-unifi-protect-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"
}
}
}The UniFi MCP server provides network management capabilities with proper environment variable-based authentication. Several medium-severity security concerns exist including command injection risks in CLI construction and overly broad exception handling that could mask errors. The network access and environment variable permissions are appropriate for its network management purpose. Package verification found 1 issue (1 critical, 0 high severity).
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!