Home › Other › zigbee2mqtt-mcp
zigbee2mqtt-mcp
Administer a Zigbee2MQTT estate: health, mesh diagnostics, OTA, pairing, device management.
Topics: Home Automation
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.7.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"zigbee2mqtt-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"Z2M_MQTT_URL": "<YOUR_VALUE>",
"Z2M_MQTT_USERNAME": "<YOUR_VALUE>",
"Z2M_MQTT_PASSWORD": "<YOUR_VALUE>",
"Z2M_BASE_TOPIC": "<YOUR_VALUE>",
"Z2M_WRITE_MODE": "<YOUR_VALUE>"
}
}
}
}
Z2M_MQTT_URLrequired secret — MQTT 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.Z2M_MQTT_USERNAME— MQTT broker username, if the broker requires authentication.Z2M_MQTT_PASSWORDsecret — MQTT broker password, if the broker requires authentication.Z2M_BASE_TOPIC— Zigbee2MQTT base topic. Must match mqtt.base_topic in configuration.yaml. Defaults to zigbee2mqtt.Z2M_WRITE_MODE— Tool exposure tier: off (read-only), safe (default; adds non-destructive writes such as pairing, options, rename and binding) or full (adds device removal, OTA flashing, Touchlink and bridge restart).
Related servers
mijia-control
Control Xiaomi/Mijia smart home devices (lights, AC, heaters, robots, cameras) through MCP. Includes web dashboard, REST API, CLI,…
smartest-tv
Control any smart TV with natural language. Resolve Netflix/YouTube/Spotify and deep-link.
nickol-knx
Read-only KNX/ETS project auditor: validates a .knxproj and generates Home Assistant YAML
fritzbox-mcp-server
Control AVM FRITZ!Box routers - manage devices, WiFi, network settings, parental controls, and schedule time-delayed actions
ccu-mcp
MCP server for controlling HomeMatic smart home devices via the CCU JSON-RPC API
ac-infinity-mcp
Monitor and automate AC Infinity grow controllers through natural conversation with Claude. 25 tools covering live sensor data, multi-day…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry