Skip to content
Windsurf

UniFi RMCP for Windsurf

ai.dinglebear/runifi

Rust MCP server and CLI for UniFi Network controller operations.

client:Windsurf transport:stdio runtime:npm

Install UniFi RMCP 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": {
    "runifi": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/runifi"
      ],
      "env": {
        "UNIFI_URL": "<UNIFI_URL>",
        "UNIFI_API_KEY": "<UNIFI_API_KEY>",
        "UNIFI_RMCP_VERSION": "<UNIFI_RMCP_VERSION>",
        "UNIFI_RMCP_REPO": "<UNIFI_RMCP_REPO>",
        "UNIFI_RMCP_RELEASE_BASE_URL": "<UNIFI_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

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

UniFi RMCP in other clients