Loading MCP server directory, please wait...
Administer a Zigbee2MQTT estate: health, mesh diagnostics, OTA, pairing, device management.
npx @getmcp/cli add io.github.alexpfau/zigbee2mqtt-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Z2M_MQTT_URLMQTT broker URL used by Zigbee2MQTT, e.g. mqtt://192.168.1.10:1883. Supports mqtt://, mqtts://, ws:// and wss://. This is the broker, not the Zigbee2MQTT frontend port.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alexpfau/zigbee2mqtt-mcp": {
"command": "npx",
"args": [
"-y",
"zigbee2mqtt-mcp"
],
"env": {
"Z2M_MQTT_URL": "",
"Z2M_MQTT_USERNAME": "",
"Z2M_MQTT_PASSWORD": "",
"Z2M_BASE_TOPIC": "",
"Z2M_WRITE_MODE": ""
}
}
}
}