Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Clr Unifi

FreeNot checked

A read-only MCP server for UniFi Network

GitHubEmbed

About

A read-only MCP server for UniFi Network

README

Ubiquiti UniFi network controller

Install

pip install clr-unifi-mcp
# or
uvx clr-unifi-mcp

Configuration

Preferred: Configuration file at ~/.config/unifi/credentials.json (chmod 600):

{
  "url": "https://unifi.example.com:8443",
  "username": "admin",
  "password": "your-password",
  "site": "default"
}

Alternative: Environment variables are also supported:

Variable Description Example
UNIFI_URL UniFi Controller URL https://unifi.example.com:8443
UNIFI_USERNAME Username admin
UNIFI_PASSWORD Password your-password
UNIFI_SITE Site name default

Optional:

Variable Description Default
UNIFI_READ_ONLY Run in read-only mode false
TRANSPORT Transport protocol (stdio or http) stdio
LOG_LEVEL Log level INFO

See --help for additional options:

clr-unifi-mcp --help

Development

git clone https://github.com/clearminds/clr-unifi-mcp.git
cd clr-unifi-mcp
uv sync
uv run clr-unifi-mcp

License

MIT

from github.com/clearminds/clr-unifi-mcp

Install Clr Unifi in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install clr-unifi

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add clr-unifi -- uvx clr-unifi-mcp

Step-by-step: how to install Clr Unifi

FAQ

Is Clr Unifi MCP free?

Yes, Clr Unifi MCP is free — one-click install via Unyly at no cost.

Does Clr Unifi need an API key?

No, Clr Unifi runs without API keys or environment variables.

Is Clr Unifi hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Clr Unifi in Claude Desktop, Claude Code or Cursor?

Open Clr Unifi on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Clr Unifi with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs