HomeOther › unifi-mcp-server

unifi-mcp-server

An MCP server that leverages official UniFi API

Python
★ 268 stars Last pushed 2026-09-18 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "unifi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "UNIFI_HOST": "<YOUR_VALUE>",
        "UNIFI_USERNAME": "<YOUR_VALUE>",
        "UNIFI_PASSWORD": "<YOUR_VALUE>",
        "UNIFI_PORT": "<YOUR_VALUE>",
        "UNIFI_VERIFY_SSL": "<YOUR_VALUE>",
        "UNIFI_SITE": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNIFI_HOST required — UniFi Controller hostname or IP address
  • UNIFI_USERNAME required — UniFi Controller username
  • UNIFI_PASSWORD required secret — UniFi Controller password
  • UNIFI_PORT — UniFi Controller port (default: 443)
  • UNIFI_VERIFY_SSL — Verify SSL certificate (default: true)
  • UNIFI_SITE — UniFi site name (default: default)

Related servers

Data from the Official MCP Registry