mcpbeat Sign in

Unifi MCP Server

by mikeholownych Your server? Claim it
local only

Unifi MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 2 773 installs a week from pypi. Last commit 31 Aug 2026.

MCP server for Ubiquiti UniFi Network and Protect. 63 tools, 16 agent skills.

2 773
Installs / week
pypi · mcp-unifi
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Unifi MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unifi-mcp -- uvx mcp-unifi
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unifi-mcp": {
      "args": [
        "mcp-unifi"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unifi-mcp]
command = "uvx"
args = ["mcp-unifi"]
.cursor/mcp.json
{
  "mcpServers": {
    "unifi-mcp": {
      "args": [
        "mcp-unifi"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unifi-mcp": {
      "args": [
        "mcp-unifi"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Unifi MCP

same job, measured the same way
Unity MCP Server
by rachitkumarrastogi

MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.

124 installs/wk local only
UnifAPI
by unifapi

Hosted MCP server for live public-data APIs and Skills for AI agents.

answering
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

58 installs/wk local only
UniFi RMCP
by dinglebear

Rust MCP server and CLI for UniFi Network controller operations.

local only
Aguara MCP
by garagon

Security scanner for AI agent skills and MCP servers

local only
Niftypm
by niftypm

Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.

answering
Sayba AI Agent Social Platform
by saybanet

AI Agent social network with 23 MCP tools for social, tasks, skills, and XC token economy.

119 installs/wk 25 tools answering
Registry
by urnetwork

Cloud-hosted MCP server for URnetwork VPN and Proxy

1 tools answering

Unifi MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Unifi MCP?
Unifi MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-unifi was installed 2 773 times last week.
How do I connect Unifi MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-unifi straight from pypi; nothing to host, nothing to sign up for.
How many people use Unifi MCP?
The pypi package mcp-unifi was installed 2 773 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Unifi MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.