Skip to content
Cline

zigbee2mqtt mcp for Cline

io.github.alexpfau/zigbee2mqtt-mcp

Administer a Zigbee2MQTT estate: health, mesh diagnostics, OTA, pairing, device management.

client:Cline transport:stdio runtime:npm

Install zigbee2mqtt mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "zigbee2mqtt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zigbee2mqtt-mcp"
      ],
      "env": {
        "Z2M_MQTT_URL": "<Z2M_MQTT_URL>",
        "Z2M_MQTT_USERNAME": "<Z2M_MQTT_USERNAME>",
        "Z2M_MQTT_PASSWORD": "<Z2M_MQTT_PASSWORD>",
        "Z2M_BASE_TOPIC": "<Z2M_BASE_TOPIC>",
        "Z2M_WRITE_MODE": "<Z2M_WRITE_MODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

zigbee2mqtt mcp in other clients