unifi-mcp-server

mikecutalo/unifi-mcp-server

3.3

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

  1. Install uv
  2. uv venv
  3. source .venv/bin/activate
  4. uv sync