An MCP Server for interacting with Unifi networks.
3 stars
Python
Updated Sep 9, 2025
Documentation
Unifi MCP Server
An MCP server for interacting with your unifi sites.
The API key can be created in the Unifi GUI under Control Plane -> Integrations.
Usage
Example VSCode MCP Config
json
"unifi-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/unifi-mcp-server",
"run",
"main.py"
],
"env": {
"UNIFI_HOST": "",
"UNIFI_API_KEY": ""
}
}Development
1. Install uv
1. uv venv
1. source .venv/bin/activate
1. uv sync
Similar MCP
Based on tags & features
Trending MCP
Most active this week