← Back to browse

UniFi RMCP

Indexed by ai.dinglebear

About

Rust MCP server and CLI for UniFi Network controller operations.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUNIFI_URL UNIFI_API_KEY UNIFI_RMCP_VERSION UNIFI_RMCP_REPO UNIFI_RMCP_RELEASE_BASE_URL RUST_LOG
Claude Code
claude mcp add --env UNIFI_URL= --env UNIFI_API_KEY= --env UNIFI_RMCP_VERSION= --env UNIFI_RMCP_REPO= --env UNIFI_RMCP_RELEASE_BASE_URL= --env RUST_LOG= unifi-rmcp -- npx unifi-rmcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"unifi-rmcp","command":"npx","args":["unifi-rmcp"],"env":{"UNIFI_URL":"","UNIFI_API_KEY":"","UNIFI_RMCP_VERSION":"","UNIFI_RMCP_REPO":"","UNIFI_RMCP_RELEASE_BASE_URL":"","RUST_LOG":""}}'
JSON
{
  "mcpServers": {
    "unifi-rmcp": {
      "command": "npx",
      "args": [
        "unifi-rmcp"
      ],
      "env": {
        "UNIFI_URL": "",
        "UNIFI_API_KEY": "",
        "UNIFI_RMCP_VERSION": "",
        "UNIFI_RMCP_REPO": "",
        "UNIFI_RMCP_RELEASE_BASE_URL": "",
        "RUST_LOG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.