mikecutalo/unifi-mcp-server
If you are the rightful owner of unifi-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for interacting with your Unifi sites.
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
"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>"
}
}
Development
- Install uv
uv venv
source .venv/bin/activate
uv sync