Skip to content
Windsurf

unifi mcp server for Windsurf

io.github.enuno/unifi-mcp-server

An MCP server that leverages official UniFi API

client:Windsurf transport:stdio runtime:npm

Install unifi mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "unifi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "unifi-mcp-server"
      ],
      "env": {
        "UNIFI_HOST": "<UNIFI_HOST>",
        "UNIFI_USERNAME": "<UNIFI_USERNAME>",
        "UNIFI_PASSWORD": "<UNIFI_PASSWORD>",
        "UNIFI_PORT": "<UNIFI_PORT>",
        "UNIFI_VERIFY_SSL": "<UNIFI_VERIFY_SSL>",
        "UNIFI_SITE": "<UNIFI_SITE>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

unifi mcp server in other clients