unifi-mcp-server
1
The Unifi MCP Server is designed to facilitate interactions with Unifi sites by serving as a Model Context Protocol (MCP) server. It provides configured usage examples for integrating with VSCode and offers development instructions for setup.
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
- Install uv
uv venv
source .venv/bin/activate
uv sync