Skip to content
Zed

unifi mcp server for Zed

io.github.enuno/unifi-mcp-server

An MCP server that leverages official UniFi API

client:Zed transport:stdio runtime:npm

Install unifi mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "unifi-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "unifi-mcp-server"
      ],
      "env": {
        "UNIFI_HOST": "<UNIFI_HOST>",
        "UNIFI_USERNAME": "<UNIFI_USERNAME>",
        "UNIFI_PASSWORD": "<UNIFI_PASSWORD>",
        "UNIFI_PORT": "<UNIFI_PORT>",
        "UNIFI_VERIFY_SSL": "<UNIFI_VERIFY_SSL>",
        "UNIFI_SITE": "<UNIFI_SITE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

unifi mcp server in other clients