Loading MCP server directory, please wait...
Manage UniFi Protect cameras, events, recordings, and smart detections via MCP.
npx @getmcp/cli add io.github.sirkirby/unifi-protect-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
UNIFI_HOSTController IP/hostname
UNIFI_USERNAMEAdmin username
UNIFI_PASSWORDAdmin password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.sirkirby/unifi-protect-mcp": {
"command": "uvx",
"args": [
"unifi-protect-mcp"
],
"env": {
"UNIFI_HOST": "",
"UNIFI_USERNAME": "",
"UNIFI_PASSWORD": "",
"UNIFI_API_KEY": "",
"UNIFI_PORT": "443",
"UNIFI_VERIFY_SSL": "false"
}
}
}
}