Unifi MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 25 installs a week from npm. Last commit 6 Sep 2026.
An MCP server that leverages official UniFi API
Today is the operative word: we check Unifi MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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.
claude mcp add unifi-mcp-server -- npx -y unifi-mcp-server
{
"mcpServers": {
"unifi-mcp-server": {
"args": [
"-y",
"unifi-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.unifi-mcp-server]
command = "npx"
args = ["-y", "unifi-mcp-server"]
{
"mcpServers": {
"unifi-mcp-server": {
"args": [
"-y",
"unifi-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"unifi-mcp-server": {
"args": [
"-y",
"unifi-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
UNIFI_HOST (UniFi Controller hostname or IP address), UNIFI_USERNAME (UniFi Controller username), UNIFI_PASSWORD (UniFi Controller password), UNIFI_PORT (UniFi Controller port (default: 443)), UNIFI_VERIFY_SSL (Verify SSL certificate (default: true)), UNIFI_SITE (UniFi site name (default: default)).
The author declared them in the registry entry; get the values from the project itself.
The official MCP Server for the Mux API
An MCP server that provides OpenDart API
An MCP server that provides OpenDart API
An MCP server that serves informtaion from the official MCP registry
Official Bitget MCP Server for the Unified Trading Account (UTA v3) API.
Official Notion MCP server
Official GitLab MCP Server
Official Fabric MCP server
Answers built from our own checks of this server.