Unifi MCP Server
Rank #1,926io.github.enuno/unifi-mcp-server
MCP server providing unifi-server capabilities
Unifi MCP Server is a Model Context Protocol (MCP) server published by enuno. It ranks #1,926 of 132,046 servers tracked on MCP Toplist, and its repository has 266 GitHub stars. Unifi MCP Server is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Oct 18, 2025 and most recently updated on Jan 25, 2026.
Ranks ahead of 130,120 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-server -e "UNIFI_HOST=<your UNIFI_HOST>" -e "UNIFI_USERNAME=<your UNIFI_USERNAME>" -e "UNIFI_PASSWORD=<your UNIFI_PASSWORD>" -e "UNIFI_PORT=<your UNIFI_PORT>" -e "UNIFI_VERIFY_SSL=<your UNIFI_VERIFY_SSL>" -e "UNIFI_SITE=<your UNIFI_SITE>" -- npx -y unifi-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.unifi-mcp-server]
command = "npx"
args = ["-y", "unifi-mcp-server"]
[mcp_servers.unifi-mcp-server.env]
UNIFI_HOST = "<your UNIFI_HOST>"
UNIFI_USERNAME = "<your UNIFI_USERNAME>"
UNIFI_PASSWORD = "<your UNIFI_PASSWORD>"
UNIFI_PORT = "<your UNIFI_PORT>"
UNIFI_VERIFY_SSL = "<your UNIFI_VERIFY_SSL>"
UNIFI_SITE = "<your UNIFI_SITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-mcp-server": {
"command": "npx",
"args": [
"-y",
"unifi-mcp-server"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-mcp-server": {
"command": "npx",
"args": [
"-y",
"unifi-mcp-server"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unifi-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"unifi-mcp-server"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-mcp-server": {
"command": "npx",
"args": [
"-y",
"unifi-mcp-server"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-mcp-server": {
"command": "npx",
"args": [
"-y",
"unifi-mcp-server"
],
"env": {
"UNIFI_HOST": "<your UNIFI_HOST>",
"UNIFI_USERNAME": "<your UNIFI_USERNAME>",
"UNIFI_PASSWORD": "<your UNIFI_PASSWORD>",
"UNIFI_PORT": "<your UNIFI_PORT>",
"UNIFI_VERIFY_SSL": "<your UNIFI_VERIFY_SSL>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}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.enuno%2Funifi-mcp-server)<a href="https://mcptoplist.com/server/io.github.enuno%2Funifi-mcp-server"><img src="https://mcptoplist.com/badge/io.github.enuno%2Funifi-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
enuno
Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jan 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unifi MCP Server?
- Unifi MCP Server is maintained by enuno, which publishes 1 MCP server (2 total versions) 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 PulseMCP, mcp.so and Glama.
- How many versions does Unifi MCP Server have?
- MCP Toplist tracks 2 versions of Unifi MCP Server, most recently published on Jan 25, 2026.
- Where can I find the source code for Unifi MCP Server?
- The source code for Unifi MCP Server is hosted at github.com/enuno/unifi-mcp-server.
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.