HomeOther › UniFi Protect MCP

UniFi Protect MCP

Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.

Python
★ 845 stars Last pushed 2026-09-21 License: MIT

Connect

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

Package (pypi 0.1.6)

uvx unifi-protect-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "unifi-mcp": {
      "command": "uvx",
      "args": [
        "unifi-protect-mcp"
      ],
      "env": {
        "UNIFI_HOST": "<YOUR_VALUE>",
        "UNIFI_USERNAME": "<YOUR_VALUE>",
        "UNIFI_PASSWORD": "<YOUR_VALUE>",
        "UNIFI_API_KEY": "<YOUR_VALUE>",
        "UNIFI_PORT": "<YOUR_VALUE>",
        "UNIFI_VERIFY_SSL": "<YOUR_VALUE>"
      }
    }
  }
}
  • UNIFI_HOST required — Controller IP/hostname
  • UNIFI_USERNAME required secret — Admin username
  • UNIFI_PASSWORD required secret — Admin password
  • UNIFI_API_KEY secret — API key (optional, experimental)
  • UNIFI_PORT — Controller HTTPS port
  • UNIFI_VERIFY_SSL — SSL certificate verification

This repository has 3 servers listed in the Official MCP Registry.

Other names: io.github.sirkirby/unifi-access-mcp, io.github.sirkirby/unifi-network-mcp

Related servers

Data from the Official MCP Registry