Skip to main content
Glama
nntkio

UniFi MCP Server

by nntkio

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
UNIFI_HOSTYesUniFi Controller URL (e.g., https://192.168.1.1)
UNIFI_SITENoUniFi site namedefault
UNIFI_PASSWORDYesUniFi Controller password
UNIFI_USERNAMEYesUniFi Controller username
UNIFI_VERIFY_SSLNoVerify SSL certificates (true/false)true
UNIFI_IS_UNIFI_OSNoUsing UniFi OS device like UDM/UDM Pro (true/false)false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_devicesB

Get all UniFi network devices (access points, switches, gateways)

restart_deviceB

Restart a UniFi network device by its MAC address

get_clientsC

Get all currently connected clients on the UniFi network

block_clientC

Block a client from accessing the network

unblock_clientB

Unblock a previously blocked client

disconnect_clientC

Force disconnect a client from the network

get_sitesB

Get all UniFi sites configured on the controller

get_site_healthB

Get health status for the current site

get_networksB

Get all network configurations for the current site

get_device_activityC

Get activity for a specific device including connected clients and their traffic

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 10 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no ambiguity. For example, block_client and disconnect_client serve different functions (blocking vs. disconnecting), while get_clients, get_devices, get_networks, and get_sites each target specific resource types. The actions and resources are well-defined and non-overlapping.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, such as block_client, get_clients, and restart_device. This uniformity makes the tool set predictable and easy to understand, with no deviations in naming conventions.

Tool Count5/5

With 10 tools, the server is well-scoped for managing a UniFi network. Each tool serves a clear purpose in client, device, network, and site management, with no redundant or trivial tools. The count aligns well with the domain's typical operations.

Completeness4/5

The tool set covers core CRUD and lifecycle operations for UniFi management, including monitoring (get_*), control (block/disconnect/restart), and site handling. A minor gap exists in update operations for configurations (e.g., updating network settings), but agents can work around this with the provided tools for most workflows.

Maintenance

ActivityMaintained
ResponsivenessUnresponsive