UniFi MCP Server
Rank #12,647io.github.mikeholownych/unifi-mcp
MCP server for Ubiquiti UniFi Network and Protect. 63 tools, 16 agent skills.
UniFi MCP Server is a Model Context Protocol (MCP) server published by mikeholownych. It ranks #12,647 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. UniFi MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 26, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 119,399 of 132,046 servers on MCP Toplist.
Use UniFi MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add unifi-mcp -e "UNIFI_DEVICES=<your UNIFI_DEVICES>" -e "UNIFI_MODE=<your UNIFI_MODE>" -e "UNIFI_USERNAME=<your UNIFI_USERNAME>" -e "UNIFI_PASSWORD=<your UNIFI_PASSWORD>" -e "UNIFI_VERIFY_SSL=<your UNIFI_VERIFY_SSL>" -- uvx mcp-unifiReplace each placeholder with your own value before saving.
[mcp_servers.unifi-mcp]
command = "uvx"
args = ["mcp-unifi"]
[mcp_servers.unifi-mcp.env]
UNIFI_DEVICES = "<your UNIFI_DEVICES>"
UNIFI_MODE = "<your UNIFI_MODE>"
UNIFI_USERNAME = "<your UNIFI_USERNAME>"
UNIFI_PASSWORD = "<your UNIFI_PASSWORD>"
UNIFI_VERIFY_SSL = "<your UNIFI_VERIFY_SSL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-mcp": {
"command": "uvx",
"args": [
"mcp-unifi"
],
"env": {
"UNIFI_DEVICES": "<your UNIFI_DEVICES>",
"UNIFI_MODE": "<your UNIFI_MODE>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"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-mcp": {
"command": "uvx",
"args": [
"mcp-unifi"
],
"env": {
"UNIFI_DEVICES": "<your UNIFI_DEVICES>",
"UNIFI_MODE": "<your UNIFI_MODE>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"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-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-unifi"
],
"env": {
"UNIFI_DEVICES": "<your UNIFI_DEVICES>",
"UNIFI_MODE": "<your UNIFI_MODE>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"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-mcp": {
"command": "uvx",
"args": [
"mcp-unifi"
],
"env": {
"UNIFI_DEVICES": "<your UNIFI_DEVICES>",
"UNIFI_MODE": "<your UNIFI_MODE>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"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-mcp": {
"command": "uvx",
"args": [
"mcp-unifi"
],
"env": {
"UNIFI_DEVICES": "<your UNIFI_DEVICES>",
"UNIFI_MODE": "<your UNIFI_MODE>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"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.mikeholownych%2Funifi-mcp)<a href="https://mcptoplist.com/server/io.github.mikeholownych%2Funifi-mcp"><img src="https://mcptoplist.com/badge/io.github.mikeholownych%2Funifi-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mikeholownych
Available versions (1)
| Version | Published |
|---|---|
| 0.8.2 | Aug 26, 2026 |
Frequently asked questions
- Who maintains UniFi MCP Server?
- UniFi MCP Server is maintained by mikeholownych, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is UniFi MCP Server listed on the Official MCP Registry?
- Yes — UniFi MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does UniFi MCP Server have?
- MCP Toplist tracks 1 version of UniFi MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for UniFi MCP Server?
- The source code for UniFi MCP Server is hosted at github.com/mikeholownych/unifi-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.