MCP Server
MCP
io.github.enuno/unifi-mcp-server
An MCP server that leverages official UniFi API
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "unifi-mcp-server",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "UniFi Controller hostname or IP address",
"isRequired": true,
"format": "string",
"name": "UNIFI_HOST"
},
{
"description": "UniFi Controller username",
"isRequired": true,
"format": "string",
"name": "UNIFI_USERNAME"
},
{
"description": "UniFi Controller password",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "UNIFI_PASSWORD"
},
{
"description": "UniFi Controller port (default: 443)",
"format": "number",
"name": "UNIFI_PORT"
},
{
"description": "Verify SSL certificate (default: true)",
"format": "boolean",
"name": "UNIFI_VERIFY_SSL"
},
{
"description": "UniFi site name (default: default)",
"format": "string",
"name": "UNIFI_SITE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment