I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP-Server-Unifi
MCP-Server-Unifi
1
Github Watches
0
Github Forks
0
Github Stars
MCP Server UniFi
A server implementation for managing and controlling UniFi network devices through MCP (Management Control Protocol). This server enables natural language interactions with your UniFi network using AI agents like Goose and Claude by wrapping the UniFi Network API.
Features
- Query UniFi sites and devices using natural language through AI agents
- Local server implementation that connects to your UniFi Network application
- Compatible with both Goose AI and Claude Desktop
- Secure API key-based authentication
Prerequisites
- Python 3.8 or higher
-
uv
package manager - UniFi Network application
- UniFi API key (obtained from UniFi console)
Setup
-
Create an API key:
- Go to your UniFi console at https://unifi.ui.com
- Navigate to Settings » Control Plane » Integrations
- Click "Create API Key"
-
Clone and set up the repository:
git clone https://github.com/zcking/mcp-server-unifi
cd mcp-server-unifi
uv venv
source .venv/bin/activate # On Unix/macOS
# or
.venv\Scripts\activate # On Windows
- Install dependencies:
uv sync
- Configure environment variables:
export UNIFI_API_KEY="your_api_key_here"
Running the Server
Start the MCP development server:
uv run mcp dev main.py
The MCP Inspector will be available at http://localhost:5173 for testing and debugging.
AI Agent Integration
Goose AI Setup
- Open Goose and go to Settings » Extensions » Add custom extension
- Configure the extension:
- ID: unifi
- Name: unifi
- Description: Get information about your UniFi network
- Command:
/Users/username/.local/bin/uv --directory /path/to/mcp-server-unifi run main.py
- Environment Variables: Set UNIFI_API_KEY to your API key
Claude Desktop Setup
- Open Claude and go to Settings » Developer » Edit Config
- Add to your
claude_desktop_config.json
:
{
"mcpServers": {
"unifi": {
"command": "/Users/username/.local/bin/uv",
"args": [
"--directory",
"/path/to/mcp-server-unifi",
"run",
"main.py"
]
}
}
}
相关推荐
I find academic articles and books for research and literature reviews.
Confidential guide on numerology and astrology, based of GG33 Public information
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Espejo dehttps: //github.com/agentience/practices_mcp_server
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Espejo de https: //github.com/bitrefill/bitrefill-mcp-server
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Reviews

user_gvPipA5J
I have been using the mcp-server-unifi by zcking and it is simply fantastic. The integration process was seamless and the features offered are top-notch. The documentation on the GitHub page is clear and concise, making it easy to set up and start using immediately. If you are looking for a reliable server solution, I highly recommend checking it out!