Odel
unifi mcp server

unifi mcp server

Local
@us-all3TypeScriptMITUpdated 1mo ago

UniFi semantic-analysis MCP — fleet health, anomaly detection, cross-site analytics

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).

npm@us-all/unifi-mcpv1.13.3

Run

npx -y @us-all/unifi-mcp

MCP client config

{
  "mcpServers": {
    "unifi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@us-all/unifi-mcp"
      ]
    }
  }
}