unifi-mcp-server

us-all/unifi-mcp-server
★ 0 stars TypeScript ⚙️ DevOps Updated 1d ago
UniFi Cloud API MCP server — 45 tools for network infrastructure monitoring and analysis
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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