Unifi MCP Server

Unifi MCP Server

By mikecutalo GitHub

An MCP Server for interacting with Unifi networks.

Overview

What is Unifi MCP Server?

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

How to use Unifi MCP Server?

To use Unifi MCP Server, clone the repository from GitHub, install the necessary dependencies, and run the server to start managing your Unifi networks.

Key features of Unifi MCP Server?

  • Easy integration with Unifi networks
  • Real-time monitoring of network performance
  • User-friendly interface for managing multiple Unifi sites

Use cases of Unifi MCP Server?

  1. Managing multiple Unifi access points in a large organization.
  2. Monitoring network performance and troubleshooting issues.
  3. Automating network configurations and updates.

FAQ from Unifi MCP Server?

  • Is Unifi MCP Server free to use?

Yes! Unifi MCP Server is open-source and free to use under the Apache-2.0 license.

  • What programming language is Unifi MCP Server written in?

Unifi MCP Server is written in Python.

  • How can I contribute to Unifi MCP Server?

You can contribute by submitting issues or pull requests on the GitHub repository.

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
No tools information available.
No content found.