Skip to content
Cursor

UniFi RMCP for Cursor

ai.dinglebear/runifi

Rust MCP server and CLI for UniFi Network controller operations.

client:Cursor transport:stdio runtime:npm

Install UniFi RMCP 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": {
    "runifi": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

UniFi RMCP in other clients