← Back to Plugins
MCP Server MCP

UniFi Protect MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx unifi-protect-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "unifi-protect-mcp",
      "version": "0.1.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Controller IP/hostname",
          "isRequired": true,
          "name": "UNIFI_HOST"
        },
        {
          "description": "Admin username",
          "isRequired": true,
          "isSecret": true,
          "name": "UNIFI_USERNAME"
        },
        {
          "description": "Admin password",
          "isRequired": true,
          "isSecret": true,
          "name": "UNIFI_PASSWORD"
        },
        {
          "description": "API key (optional, experimental)",
          "isSecret": true,
          "name": "UNIFI_API_KEY"
        },
        {
          "description": "Controller HTTPS port",
          "default": "443",
          "name": "UNIFI_PORT"
        },
        {
          "description": "SSL certificate verification",
          "default": "false",
          "name": "UNIFI_VERIFY_SSL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...