Server data from the Official MCP Registry
Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP.
Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more 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
Environment variable: UNIFI_SITE
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-network-mcp": {
"env": {
"UNIFI_HOST": "your-unifi-host-here",
"UNIFI_PORT": "your-unifi-port-here",
"UNIFI_SITE": "your-unifi-site-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 is a well-structured UniFi MCP server with appropriate authentication requirements and proper use of environment variables for credentials. While there are some minor code quality issues around input validation and error handling, the server demonstrates good security practices with no malicious patterns or unauthorized access paths. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 4 files · 3 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!