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?
- Managing multiple Unifi access points in a large organization.
- Monitoring network performance and troubleshooting issues.
- 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
- Install uv
uv venv
source .venv/bin/activate
uv sync
No tools information available.
No content found.