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:
- Install dependencies:
- Configure environment variables:
Running the Server
Start the MCP development server:
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
:
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A server implementation that enables natural language interactions with UniFi network devices by wrapping the UniFi Network API for AI agents like Goose and Claude.
Related MCP Servers
- -securityAlicense-qualityThis server facilitates the invocation of AI models from providers like Anthropic, OpenAI, and Groq, enabling users to manage and configure large language model interactions seamlessly.Last updated -9PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server enabling AI agents to access and manipulate ServiceNow data through natural language interactions, allowing users to search for records, update them, and manage scripts.Last updated -9PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that enables AI agents to interact with ClickUp workspaces, allowing task creation, management, and workspace organization through natural language commands.Last updated -313MIT License
- -securityAlicense-qualityThis server implementation allows AI assistants to interact with Asana's API, enabling users to manage tasks, projects, workspaces, and comments through natural language requests.Last updated -342TypeScriptMIT License