← Back to Plugins
MCP Server MCP

io.github.enuno/unifi-mcp-server

github By github 👁 1 views ▲ 0 votes

An MCP server that leverages official UniFi API

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...