Odel
UniFi Gateway

UniFi Gateway

Local
@pete-builds21PythonMITUpdated 1w ago

Safe-by-default UniFi MCP: Network + Protect + Access, multi-site, dry-run, audit log.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/pete-builds/mcp-unifi:0.21.1

Run

docker run -i --rm ghcr.io/pete-builds/mcp-unifi:0.21.1

MCP client config

{
  "mcpServers": {
    "unifi-gateway": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/pete-builds/mcp-unifi:0.21.1"
      ]
    }
  }
}