Skip to content

mikecutalo/unifi-mcp-server

Repository files navigation

Unifi MCP Server

An MCP server for interacting with your unifi sites. The API key can be created in the Unifi GUI under Control Plane -> Integrations.

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

About

An MCP Server for interacting with Unifi networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages