Loading MCP server directory, please wait...
Manage UniFi Network devices, clients, firewall, VLANs, VPNs, and more via MCP.
npx @getmcp/cli add io.github.sirkirby/unifi-network-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
UNIFI_HOSTController IP/hostname
UNIFI_USERNAMEAdmin username
UNIFI_PASSWORDAdmin password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sirkirby/unifi-network-mcp": {
"command": "uvx",
"args": [
"unifi-network-mcp"
],
"env": {
"UNIFI_HOST": "",
"UNIFI_USERNAME": "",
"UNIFI_PASSWORD": "",
"UNIFI_API_KEY": "",
"UNIFI_PORT": "443",
"UNIFI_VERIFY_SSL": "false",
"UNIFI_SITE": "default"
}
}
}
}