Skip to content
Cursor

unifi for Cursor

io.github.us-all/unifi

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

client:Cursor transport:stdio runtime:npm

Install unifi in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unifi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@us-all/unifi-mcp"
      ],
      "env": {
        "UNIFI_API_KEY": "<UNIFI_API_KEY>",
        "UNIFI_API_URL": "<UNIFI_API_URL>",
        "UNIFI_API_KEY_OWNER": "<UNIFI_API_KEY_OWNER>",
        "UNIFI_TOOLS": "<UNIFI_TOOLS>",
        "UNIFI_DISABLE": "<UNIFI_DISABLE>",
        "UNIFI_LOCAL_URL": "<UNIFI_LOCAL_URL>",
        "UNIFI_LOCAL_USER": "<UNIFI_LOCAL_USER>",
        "UNIFI_LOCAL_PASS": "<UNIFI_LOCAL_PASS>",
        "UNIFI_LOCAL_SITE": "<UNIFI_LOCAL_SITE>",
        "UNIFI_LOCAL_INSECURE": "<UNIFI_LOCAL_INSECURE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

unifi in other clients