An MCP server for interacting with your unifi sites. The API key can be created in the Unifi GUI under Control Plane -> Integrations.
Example VSCode MCP Config
"unifi-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/unifi-mcp-server",
"run",
"main.py"
],
"env": {
"UNIFI_HOST": "<your-unifi-host>",
"UNIFI_API_KEY": "<your-unifi-api-key>"
}
}- Install uv
uv venvsource .venv/bin/activateuv sync