Unifi Network MCP
Rank #915io.github.sirkirby/unifi-network-mcp
MCP server providing unifi-network-mcp capabilities
Unifi Network MCP is a Model Context Protocol (MCP) server published by sirkirby. It ranks #915 of 115,460 servers tracked on MCP Toplist, and its repository has 763 GitHub stars. Unifi Network 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 114,545 of 115,460 servers on MCP Toplist.
Use Unifi Network MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add unifi-network-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>" -e "UNIFI_SITE=<your UNIFI_SITE>" -- uvx unifi-network-mcpReplace each placeholder with your own value before saving.
[mcp_servers.unifi-network-mcp]
command = "uvx"
args = ["unifi-network-mcp"]
[mcp_servers.unifi-network-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>"
UNIFI_SITE = "<your UNIFI_SITE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-network-mcp": {
"command": "uvx",
"args": [
"unifi-network-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>",
"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-network-mcp": {
"command": "uvx",
"args": [
"unifi-network-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>",
"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-network-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"unifi-network-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>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-network-mcp": {
"command": "uvx",
"args": [
"unifi-network-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>",
"UNIFI_SITE": "<your UNIFI_SITE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unifi-network-mcp": {
"command": "uvx",
"args": [
"unifi-network-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>",
"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.sirkirby%2Funifi-network-mcp)<a href="https://mcptoplist.com/server/io.github.sirkirby%2Funifi-network-mcp"><img src="https://mcptoplist.com/badge/io.github.sirkirby%2Funifi-network-mcp.svg" alt="MCP Toplist: Top 1% 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.7.8 | Mar 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unifi Network MCP?
- Unifi Network MCP is maintained by sirkirby, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Unifi Network MCP listed on the Official MCP Registry?
- Yes — Unifi Network MCP is listed on the Official MCP Registry.
- How many versions does Unifi Network MCP have?
- MCP Toplist tracks 2 versions of Unifi Network MCP, most recently published on Mar 24, 2026.
- Where can I find the source code for Unifi Network MCP?
- The source code for Unifi Network MCP is hosted at github.com/sirkirby/unifi-mcp.