MCP ExplorerExplorer

Unifi Mcp Server

@mikecutaloon 9 months ago
1 Apache-2.0
FreeCommunity
AI Systems
An MCP Server for interacting with Unifi networks.

Overview

What is Unifi Mcp Server

Unifi MCP Server is a server designed for interacting with Unifi networks, allowing users to manage and control their Unifi sites effectively.

Use cases

Use cases include automating network monitoring, managing multiple Unifi sites, and integrating network management into development workflows.

How to use

To use Unifi MCP Server, configure it in your VSCode settings with the appropriate command and arguments, including your Unifi host and API key.

Key features

Key features include seamless integration with Unifi networks, customizable configurations, and support for running scripts to manage network operations.

Where to use

Unifi MCP Server can be used in various fields such as network management, IT administration, and automation of network tasks in both small and large organizations.

Content

Unifi MCP Server

An MCP server for interacting with your unifi sites.

Usage

Example VSCode MCP Config

"unifi-mcp-server": {
    "command": "uv",
    "args": [
        "--directory",
        "/absolute/path/to/unifi-mcp-server",
        "run",
        "main.py",
    ],
    "env": {
        "UNIFI_HOST": "<your-unifi-host>",
        "UNIFI_API_KEY": "<your-unifi-api-key>",
    }
}

Development

  1. Install uv
  2. uv venv
  3. source .venv/bin/activate
  4. uv sync

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers