Unifi Protect MCP
Rank #1,769io.github.sirkirby/unifi-protect-mcp
MCP server providing unifi-protect-mcp capabilities
Unifi Protect MCP is a Model Context Protocol (MCP) server published by sirkirby. It ranks #1,769 of 115,460 servers tracked on MCP Toplist, and its repository has 765 GitHub stars. Unifi Protect MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 24, 2026 and most recently updated on Mar 24, 2026.
Ranks ahead of 113,691 of 115,460 servers on MCP Toplist.
Use Unifi Protect MCP
claude mcp add unifi-protect-mcp -e "UNIFI_HOST=<your UNIFI_HOST>" -e "UNIFI_USERNAME=<your UNIFI_USERNAME>" -e "UNIFI_PASSWORD=<your UNIFI_PASSWORD>" -e "UNIFI_API_KEY=<your UNIFI_API_KEY>" -e "UNIFI_PORT=<your UNIFI_PORT>" -e "UNIFI_VERIFY_SSL=<your UNIFI_VERIFY_SSL>" -- uvx unifi-protect-mcpReplace each placeholder with your own value before saving.
[mcp_servers.unifi-protect-mcp]
command = "uvx"
args = ["unifi-protect-mcp"]
[mcp_servers.unifi-protect-mcp.env]
UNIFI_HOST = "<your UNIFI_HOST>"
UNIFI_USERNAME = "<your UNIFI_USERNAME>"
UNIFI_PASSWORD = "<your UNIFI_PASSWORD>"
UNIFI_API_KEY = "<your UNIFI_API_KEY>"
UNIFI_PORT = "<your UNIFI_PORT>"
UNIFI_VERIFY_SSL = "<your UNIFI_VERIFY_SSL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-protect-mcp": {
"command": "uvx",
"args": [
"unifi-protect-mcp"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_API_KEY": "<your UNIFI_API_KEY>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-protect-mcp": {
"command": "uvx",
"args": [
"unifi-protect-mcp"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_API_KEY": "<your UNIFI_API_KEY>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unifi-protect-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unifi-protect-mcp"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_API_KEY": "<your UNIFI_API_KEY>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-protect-mcp": {
"command": "uvx",
"args": [
"unifi-protect-mcp"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_API_KEY": "<your UNIFI_API_KEY>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-protect-mcp": {
"command": "uvx",
"args": [
"unifi-protect-mcp"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_API_KEY": "<your UNIFI_API_KEY>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.sirkirby%2Funifi-protect-mcp)<a href="https://mcptoplist.com/server/io.github.sirkirby%2Funifi-protect-mcp"><img src="https://mcptoplist.com/badge/io.github.sirkirby%2Funifi-protect-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
sirkirby
Other servers by sirkirby
View all sirkirby servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.6 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unifi Protect MCP?
- Unifi Protect MCP is maintained by sirkirby, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Unifi Protect MCP listed on the Official MCP Registry?
- Yes — Unifi Protect MCP is listed on the Official MCP Registry.
- How many versions does Unifi Protect MCP have?
- MCP Toplist tracks 2 versions of Unifi Protect MCP, most recently published on Mar 24, 2026.
- Where can I find the source code for Unifi Protect MCP?
- The source code for Unifi Protect MCP is hosted at github.com/sirkirby/unifi-mcp.