Odel
unifi mcp server

unifi mcp server

Local
@enuno245PythonApache-2.0Updated Yesterday

An MCP server that leverages official UniFi API

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmunifi-mcp-serverv0.2.0

Run

npx -y unifi-mcp-server

MCP client config

{
  "mcpServers": {
    "unifi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "unifi-mcp-server"
      ]
    }
  }
}