Unifi MCP Server
About
An MCP Server for interacting with Unifi networks.
Details
- Author
- mikecutalo
- Downloads
- 262
- Categories
- Other
Jump to
- MCP-compliant server for UniFi sites
- Authenticates via API key and host configuration
- Runs using uv and Python
Configure the server in your MCP client (e.g., VS Code) by specifying the uv command with the path to the server directory and the main.py script. Set the environment variables UNIFI_HOST (your UniFi controller host) and UNIFI_API_KEY (your API key) for authentication.
Unifi MCP Server
An MCP server for interacting with your unifi sites.
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
1. Install uv
1. uv venv
1. source .venv/bin/activate
1. uv sync
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



