mcp-unifi-network
Related Servers
Alternatives to mcp-unifi-network
No user-submitted related servers found.
Related Servers
- AlicenseDqualityCmaintenanceEnables read-only, bounded access to UniFi Network appliance health, devices, and active clients through three safe MCP tools with TLS verification and redirect rejection.3MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage and monitor UniFi Network Controllers through natural language. Provides 25 read-only tools for discovering devices and clients, viewing security configurations, analyzing network statistics, and exporting configuration data.41MIT
- AlicenseNot gradedqualityDmaintenanceEnables comprehensive management of UniFi Network infrastructure through 24 tools for monitoring and controlling devices, clients, wireless networks, security, and guest access. Supports network administration tasks like device restarts, client blocking, WLAN configuration, and backup creation.9 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables read-only querying of a UniFi fleet via the Site Manager API and per-console connector proxy, allowing users to list hosts, sites, devices, ISP metrics, and live network clients through Claude.Academic Free v1.1
- AlicenseAqualityAmaintenanceExposes the UniFi Network Integration API as tools for managing sites, devices, clients, networks, WiFi, firewalls, ACLs, switching, DNS policies, hotspot vouchers, VPNs, and more.4372 npm1MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Ubiquiti UISP API for managing network devices, sites, and monitoring through dynamically generated read-only tools.1MIT
TDQS
Scored across 14 tools
Most tools map cleanly to distinct resource/action pairs: list/get for devices and clients, list for networks, WLANs, vouchers, firewall objects, plus a generic escape hatch. The main ambiguity is between unifi_auth_status and unifi_get_console_info, since both report console version and supported-tool gaps, though their troubleshooting angles differ.
The tools overwhelmingly follow a unifi_<verb>_<noun> pattern with list/get prefixes and snake_case throughout. Minor deviations are unifi_auth_status, which is noun-like rather than verb-driven, and unifi_request, a bare catch-all, but the overall convention remains readable and predictable.
Fourteen tools is a reasonable, well-scoped size for a network management API covering sites, devices, clients, networks, WLANs, vouchers, firewall configuration, console diagnostics, and a raw request escape hatch. The count stays within the comfortable range and each tool has a clear role in the overall set.
For a deliberately read-only inventory and status server, the surface covers the primary UniFi Network resources well: sites, devices, clients, networks, WLANs, vouchers, firewall zones/policies, device stats, and console capabilities. Minor gaps remain around site-level health/history and write operations, though writes are intentionally disabled and unifi_request can reach unwrapped read endpoints.