Zigbee2MQTT-MCP
by loryanstrant
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP bind host | 0.0.0.0 |
| MCP_PATH | No | HTTP bind path | /mcp |
| MCP_PORT | No | HTTP bind port | 8080 |
| MCP_LOG_LEVEL | No | Log level | INFO |
| MCP_TRANSPORT | No | `http` (streamable HTTP) or `stdio` | http |
| Z2M_AUTH_TOKEN | No | Frontend `auth_token`, appended as `?token=…` | |
| Z2M_FRONTEND_URL | No | Base URL of the Zigbee2MQTT frontend. `ws(s)://…/api` is derived from it | http://localhost:8080 |
| Z2M_TLS_INSECURE | No | Skip TLS verification for `wss://` (self-signed) | false |
| MCP_ALLOWED_HOSTS | No | Host allowlist (used when protection is on) | *.strant.casa,localhost,127.0.0.1 |
| MCP_HOST_PROTECTION | No | DNS-rebind Host/Origin protection: `false`, `true`, or `auto` | false |
| Z2M_CONNECT_TIMEOUT | No | Seconds to wait for the initial snapshot at startup | 20 |
| Z2M_REQUEST_TIMEOUT | No | Seconds to wait for a `bridge/response` | 15 |
| Z2M_ALLOW_DESTRUCTIVE | No | Enable the protected management tools | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues