zigbee2mqtt-mcp
Rank #3,617io.github.alexpfau/zigbee2mqtt-mcp
Administer a Zigbee2MQTT estate: health, mesh diagnostics, OTA, pairing, device management.
zigbee2mqtt-mcp is a Model Context Protocol (MCP) server published by alexpfau. It ranks #3,617 of 132,046 servers tracked on MCP Toplist, and its repository has 30 GitHub stars. zigbee2mqtt-mcp is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 128,429 of 132,046 servers on MCP Toplist.
Use zigbee2mqtt-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add zigbee2mqtt-mcp -e "Z2M_MQTT_URL=<your Z2M_MQTT_URL>" -e "Z2M_MQTT_USERNAME=<your Z2M_MQTT_USERNAME>" -e "Z2M_MQTT_PASSWORD=<your Z2M_MQTT_PASSWORD>" -e "Z2M_BASE_TOPIC=<your Z2M_BASE_TOPIC>" -e "Z2M_WRITE_MODE=<your Z2M_WRITE_MODE>" -- npx -y zigbee2mqtt-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zigbee2mqtt-mcp]
command = "npx"
args = ["-y", "zigbee2mqtt-mcp"]
[mcp_servers.zigbee2mqtt-mcp.env]
Z2M_MQTT_URL = "<your Z2M_MQTT_URL>"
Z2M_MQTT_USERNAME = "<your Z2M_MQTT_USERNAME>"
Z2M_MQTT_PASSWORD = "<your Z2M_MQTT_PASSWORD>"
Z2M_BASE_TOPIC = "<your Z2M_BASE_TOPIC>"
Z2M_WRITE_MODE = "<your Z2M_WRITE_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zigbee2mqtt-mcp": {
"command": "npx",
"args": [
"-y",
"zigbee2mqtt-mcp"
],
"env": {
"Z2M_MQTT_URL": "<your Z2M_MQTT_URL>",
"Z2M_MQTT_USERNAME": "<your Z2M_MQTT_USERNAME>",
"Z2M_MQTT_PASSWORD": "<your Z2M_MQTT_PASSWORD>",
"Z2M_BASE_TOPIC": "<your Z2M_BASE_TOPIC>",
"Z2M_WRITE_MODE": "<your Z2M_WRITE_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zigbee2mqtt-mcp": {
"command": "npx",
"args": [
"-y",
"zigbee2mqtt-mcp"
],
"env": {
"Z2M_MQTT_URL": "<your Z2M_MQTT_URL>",
"Z2M_MQTT_USERNAME": "<your Z2M_MQTT_USERNAME>",
"Z2M_MQTT_PASSWORD": "<your Z2M_MQTT_PASSWORD>",
"Z2M_BASE_TOPIC": "<your Z2M_BASE_TOPIC>",
"Z2M_WRITE_MODE": "<your Z2M_WRITE_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zigbee2mqtt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zigbee2mqtt-mcp"
],
"env": {
"Z2M_MQTT_URL": "<your Z2M_MQTT_URL>",
"Z2M_MQTT_USERNAME": "<your Z2M_MQTT_USERNAME>",
"Z2M_MQTT_PASSWORD": "<your Z2M_MQTT_PASSWORD>",
"Z2M_BASE_TOPIC": "<your Z2M_BASE_TOPIC>",
"Z2M_WRITE_MODE": "<your Z2M_WRITE_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zigbee2mqtt-mcp": {
"command": "npx",
"args": [
"-y",
"zigbee2mqtt-mcp"
],
"env": {
"Z2M_MQTT_URL": "<your Z2M_MQTT_URL>",
"Z2M_MQTT_USERNAME": "<your Z2M_MQTT_USERNAME>",
"Z2M_MQTT_PASSWORD": "<your Z2M_MQTT_PASSWORD>",
"Z2M_BASE_TOPIC": "<your Z2M_BASE_TOPIC>",
"Z2M_WRITE_MODE": "<your Z2M_WRITE_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zigbee2mqtt-mcp": {
"command": "npx",
"args": [
"-y",
"zigbee2mqtt-mcp"
],
"env": {
"Z2M_MQTT_URL": "<your Z2M_MQTT_URL>",
"Z2M_MQTT_USERNAME": "<your Z2M_MQTT_USERNAME>",
"Z2M_MQTT_PASSWORD": "<your Z2M_MQTT_PASSWORD>",
"Z2M_BASE_TOPIC": "<your Z2M_BASE_TOPIC>",
"Z2M_WRITE_MODE": "<your Z2M_WRITE_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.alexpfau%2Fzigbee2mqtt-mcp)<a href="https://mcptoplist.com/server/io.github.alexpfau%2Fzigbee2mqtt-mcp"><img src="https://mcptoplist.com/badge/io.github.alexpfau%2Fzigbee2mqtt-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
alexpfau
Available versions (7)
| Version | Published |
|---|---|
| 0.7.0 | Aug 7, 2026 |
| 0.6.0 | Aug 7, 2026 |
| 0.5.0 | Aug 7, 2026 |
| 0.4.0 | Aug 7, 2026 |
| 0.3.1 | Aug 7, 2026 |
| 0.2.3 | Aug 7, 2026 |
| 0.2.2 | Aug 7, 2026 |
Frequently asked questions
- Who maintains zigbee2mqtt-mcp?
- zigbee2mqtt-mcp is maintained by alexpfau, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is zigbee2mqtt-mcp listed on the Official MCP Registry?
- Yes — zigbee2mqtt-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does zigbee2mqtt-mcp have?
- MCP Toplist tracks 7 versions of zigbee2mqtt-mcp, most recently published on Aug 7, 2026.
- Where can I find the source code for zigbee2mqtt-mcp?
- The source code for zigbee2mqtt-mcp is hosted at github.com/alexpfau/zigbee2mqtt-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.