Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Unifi MCP Server
Unifi MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:51:32 PM

Unifi MCP Server

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe havenโ€™t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time โ€” check back soon.
View Repository245 GitHub StarsTotal stargazers on GitHub for the source repository (245 stars).Visit Website

An MCP server that leverages official UniFi API

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "unifi-mcp-server": {
      "command": "uvx",
      "args": [
        "unifi-mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Documentation Overview

UniFi Dark Logo UniFi MCP Server

CI Security codecov PyPI Python License Ask DeepWiki

A Model Context Protocol (MCP) server that exposes the UniFi Network Controller API today and is evolving into a production-grade multi-domain platform for Protect, Access, and enterprise-scale orchestration.

See SPEC.md for the architecture target and DEVELOPMENT_PLAN.md for the phase roadmap.

Operator quick start

Objective

Give operators a fast, safe reading order for understanding what the server does today, what it is becoming, and which docs govern rollout decisions.

Prerequisites

  • You know which UniFi API mode the deployment uses: local, cloud-ea, or cloud-v1.
  • You know whether the runtime is stdio, HTTP, SSE, or streamable HTTP.
  • You have read the phase target in SPEC.md and the current work item in DEVELOPMENT_PLAN.md.

Procedure

  1. Confirm the current stable release and current phase focus.
  2. Read SPEC.md for architecture intent and DEVELOPMENT_PLAN.md for sequencing.
  3. Use API.md and docs/UNIFI_API.md for implementation surface details.
  4. Use the phase runbooks in NETWORK_PLAYBOOK.md, HARBOR_SETUP.md, MULTI_CONTROLLER.md, METRICS.md, WEBHOOK_SETUP.md, and A2A.md when operating or extending phase 5 systems.
  5. For release work, consult RELEASE_CHECKLIST.md and docs/RELEASE_PROCESS.md before tagging or publishing.

Verification

  • The chosen API mode matches the runtime configuration.
  • The current phase and the documented roadmap agree.
  • The operator can point to the correct runbook before making a change.

Rollback

  • If the selected runbook does not match the deployed capability, stop and reconcile docs before changing production state.

Common failure modes

  • README claims outrun the codebase.
  • Operators follow phase language without checking the specific runbook.
  • Release or rollout decisions are made from the README alone instead of the canonical docs.

๐Ÿ“‹ Version Notice

Current Stable Release: 0.2.5 (May 1, 2026) ๐ŸŽ‰

Installation:

Terminal
pip install unifi-mcp-server

Roadmap focus:

  • Phase 3: native Protect API integration (camera/NVR/device/view/event read tools and resources now wired; PTZ and media streams still in progress)
  • Phase 4: testing, polish, minor gaps, runbooks, skills, and developer workflow hardening
  • Phase 5: multi-controller orchestration, dry-run, RBAC, audit logging, metrics, A2A, webhooks, Access API work, and tool exposure profiles

See: RELEASE_NOTES_0.2.5.md for complete changelog.

Current Development Posture

  • Current repo codebase: ~220 async tool functions across 40+ modules
  • Phases 0โ€“2 are complete
  • Phase 3 (Protect API integration) is the active implementation target
  • The architectural target is documented in SPEC.md
  • The canonical roadmap is DEVELOPMENT_PLAN.md

Previous Release - v0.2.4 (2026-02-19):

  • ๐Ÿšจ Critical Startup Fix (issue #42) - ImportError: cannot import 'config' from 'agnost' prevented startup. Fixed by moving agnost imports inside the conditional block.
  • ๐Ÿ“Œ Dependency Pin - Excluded broken agnost==0.1.13 from version range (>=0.1.12,!=0.1.13)
  • ๐Ÿงช 1,325 Tests Passing - 1219 unit + 106 integration tests, cloud-ea API compatibility fixes, Site Manager endpoint hardening

Previous Release - v0.2.3 (2026-02-18):

  • โœ… P1 API bug fixes (QoS audit_action, Site Manager decorator, Topology warnings, Backup client methods)
  • โœ… P2 RADIUS & Guest Portal โ€” Complete CRUD (get/update for RADIUS accounts and hotspot packages)

Previous Release - v0.2.2 (2026-02-16):

  • ๐Ÿ”Œ Port Profile Management - 8 new tools for switch port configuration (PoE, VLAN, 802.1X, LLDP-MED)
  • ๐Ÿ”’ Security Updates - Critical dependency updates (FastMCP 2.14.5, MCP 1.26.0, cryptography 46.0.5)
  • ๐Ÿงช 1,068 Tests Passing - 75 new tests, all passing across Python 3.10, 3.11, 3.12

Major Release - v0.2.0 (2026-01-25):

  • โœจ 74 MCP Tools - All 7 feature phases complete
  • ๐Ÿ“ฆ Published on PyPI - Easy installation with pip/uv
  • ๐Ÿ“Š QoS Management - Traffic prioritization and bandwidth control (11 tools)
  • ๐Ÿ’พ Backup & Restore - Automated scheduling and verification (8 tools)
  • ๐ŸŒ Multi-Site Aggregation - Cross-site analytics and management (4 tools)
  • ๐Ÿ”’ ACL & Traffic Filtering - Advanced traffic control (7 tools)
  • ๐Ÿข Site Management - Multi-site provisioning and VPN (9 tools)
  • ๐Ÿ” RADIUS & Guest Portal - 802.1X authentication (6 tools)
  • ๐Ÿ—บ๏ธ Network Topology - Complete topology mapping and visualization (5 tools)

See CHANGELOG.md for complete release notes and VERIFICATION_REPORT.md for detailed verification.

๐ŸŒ API Mode Support

The UniFi MCP Server supports three distinct API modes with different capabilities:

Local Gateway API (Recommended) โœ…

Full feature support - Direct access to your UniFi gateway.

  • โœ… All Features Available: Device management, client control, network configuration, firewall rules, WiFi management
  • โœ… Real-time Data: Access to live device/client statistics and detailed information
  • โœ… Configuration Changes: Create, update, delete networks, VLANs, firewall rules, SSIDs
  • ๐Ÿ“ Requirement: Local network access to your UniFi gateway (e.g., 192.168.2.1)
  • โš™๏ธ Configuration: UNIFI_API_TYPE=local + UNIFI_LOCAL_HOST=<gateway-ip>

Cloud Early Access API โš ๏ธ

Site-centric access - UniFi cloud API with limited but functional read-only capabilities.

  • โœ… Site Management: List sites, get site details (matches by siteId, _id, name, or meta.name)
  • โœ… Site Manager API (optional): Multi-site aggregation, host inventory, cross-site statistics
    • Enable with UNIFI_SITE_MANAGER_ENABLED=true
    • Gracefully degrades when endpoints are unavailable
  • โš ๏ธ No Individual Device/Client Access: Cannot query specific devices or clients
  • โš ๏ธ No Configuration Changes: Cannot modify networks, firewall rules, or settings
  • โš™๏ธ Configuration: UNIFI_API_TYPE=cloud-ea + optional UNIFI_SITE_MANAGER_ENABLED=true
  • ๐Ÿ“Š Rate Limit: 100 requests/minute

Cloud V1 API โš ๏ธ

Limited to aggregate statistics - UniFi stable v1 cloud API.

  • โœ… Site Information: List sites with aggregate statistics (device counts, client counts, bandwidth)
  • โš ๏ธ No Individual Device/Client Access: Cannot query specific devices or clients
  • โš ๏ธ No Configuration Changes: Cannot modify networks, firewall rules, or settings
  • โš™๏ธ Configuration: UNIFI_API_TYPE=cloud-v1
  • ๐Ÿ“Š Rate Limit: 10,000 requests/minute

๐Ÿ’ก Recommendation: Use Local Gateway API (UNIFI_API_TYPE=local) for full functionality. Cloud APIs are suitable only for high-level monitoring dashboards.

๐Ÿ”Œ Transport Modes

The UniFi MCP Server supports multiple transport modes for different deployment scenarios:

STDIO (Default) โœ…

Local subprocess communication โ€” Best for Claude Desktop, Cursor, and local AI clients.

  • โœ… Default mode: No configuration needed
  • โœ… Zero network overhead: Direct stdin/stdout communication
  • โœ… No port required: Runs as a subprocess of the MCP client
  • โš™๏ธ Configuration: MCP_SERVER_TRANSPORT=stdio (default)

SSE (Server-Sent Events) ๐ŸŒ โš ๏ธ Deprecated

Network-accessible HTTP server โ€” legacy transport, kept for backward compatibility.

  • โš ๏ธ Known issue: client proxies such as mcp-remote can send the first tool call before the SSE initialize handshake finishes, which the MCP SDK rejects with Received request before initialization was complete (see #96). This is a timing issue in the SSE transport itself (upstream in the mcp SDK / client proxy, not this server's tool logic), so it cannot be fixed from this codebase.
  • โœ… Network access: Connect from any MCP client over HTTP
  • โœ… MCP gateway compatible: Works with MCP gateways that consolidate servers
  • โš™๏ธ Configuration: MCP_SERVER_TRANSPORT=sse + MCP_SERVER_PORT=3000
  • ๐Ÿ‘‰ Prefer Streamable HTTP below for any new network-accessible deployment.

HTTP ๐ŸŒ

Standard HTTP transport โ€” Alternative network mode.

  • โš™๏ธ Configuration: MCP_SERVER_TRANSPORT=http + MCP_SERVER_PORT=3000

Streamable HTTP ๐ŸŒ โœ… Recommended for network access

Modern HTTP transport โ€” the current MCP transport standard, and the successor to SSE.

  • โœ… Network access: Connect from any MCP client over HTTP
  • โœ… MCP gateway compatible: Works with MCP gateways that consolidate servers
  • โœ… No SSE handshake race: session initialization is part of the same request/response cycle, avoiding the class of timing issue SSE has with proxies like mcp-remote
  • โš™๏ธ Configuration: MCP_SERVER_TRANSPORT=streamable_http + MCP_SERVER_PORT=3000 + MCP_AUTH_TOKEN=<token>

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • T
    Telnyx

    Official TypeScript library for the Telnyx API

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Telnyx โ†’
  • MCP Server Taiwan Weather logoMCP Server Taiwan Weather

    ็”จๆ–ผๅ–ๅพ—่‡บ็ฃไธญๅคฎๆฐฃ่ฑก็ฝฒ API ่ณ‡ๆ–™็š„ Model Context Protocol (MCP) Server

    ๐Ÿ’ป Developer Tools0 views
    Compare vs MCP Server Taiwan Weather โ†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI โ€” documentation, API, and CLI scaffolding

    ๐Ÿ’ป Developer Tools1 views
    Compare vs Ignite UI MCP Server โ†’
  • R
    Rclone

    MCP server for the Rclone RC API, with selectable toolsets.

    ๐Ÿ’ป Developer Tools0 views
    Compare vs Rclone โ†’

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Unifi MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "unifi-mcp-server": { "command": "npx", "args": ["-y", "unifi-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewUnifi MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/unifi-mcp-server?style=directory)](https://allmcps.com/mcp/unifi-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/unifi-mcp-server"><img src="https://allmcps.com/api/badge/unifi-mcp-server?style=directory" alt="Unifi MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars245
GitHub Star CountTotal stargazers on GitHub representing community popularity (245 stars).
40Quality signal: Fair ยท 40/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools14/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 8h ago via OSV.dev ยท unifi-mcp-server (PyPI)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to Unifi MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code