oci ghcr.io/wyre-technology/domotz-mcp:v1.1.10stdioApache-2.0updated 8d ago
A Model Context Protocol (MCP) server for Domotz network monitoring and management. Enables AI assistants to monitor network devices, view alerts, check device status, and manage network infrastructure.
¿Qué puedes hacer con Domotz?
Domotz MCP Server
A Model Context Protocol (MCP) server for Domotz network monitoring and management. Enables AI assistants to monitor network devices, view alerts, check device status, and manage network infrastructure.
This is a Model Context Protocol (MCP) server that connects Claude (or any MCP-compatible AI) to your Domotz environment.
Part of the MSP Claude Plugins ecosystem — a growing suite of AI integrations for the MSP stack. Built by MSPs, for MSPs.
Installation
npm install @wyre-ai/domotz-mcp
Configuration
Set the following environment variables:
| Variable | Required | Description |
|---|---|---|
DOMOTZ_API_KEY |
Yes | Your Domotz API key |
DOMOTZ_REGION |
No | API region: us or eu (default: us) |
MCP_TRANSPORT |
No | Transport mode: stdio (default) or http |
Usage
Running with Claude Desktop
Add to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"domotz-mcp": {
"command": "npx",
"args": ["@wyre-ai/domotz-mcp"],
"env": {
"DOMOTZ_API_KEY": "your-domotz-api-key"
}
}
}
}
Running with Claude Code (CLI)
claude mcp add domotz-mcp \
-e DOMOTZ_API_KEY=your-value \
-- npx -y @wyre-ai/domotz-mcp
Docker
docker build -t domotz-mcp .
docker run \
-e DOMOTZ_API_KEY=your-value \
-p 8080:8080 domotz-mcp
Available Domains
Agents
Manage Domotz monitoring agents
Alerts
View and manage network alerts
Devices
Device discovery and status monitoring
Metrics
Network performance metrics
Network
Network topology and configuration
Power
Power management for managed devices
Development
# Clone the repository
git clone https://github.com/WYRE-AI/domotz-mcp.git
cd domotz-mcp
# Install dependencies
npm install
# Build
npm run build
# Run tests
npm test
Contributing
Contributions are welcome! Please see CONTRIBUTING.md if present, or open an issue to discuss changes.
License
Licensed under the Apache License, Version 2.0. See LICENSE for details.
Instalación
Añade Domotz a tu cliente. Elige el que uses.
claude mcp add ghcr-io-wyre-technology-domotz-mcp-v1-1- -- docker run -i --rm ghcr.io/wyre-technology/domotz-mcp:v1.1.10codex mcp add ghcr-io-wyre-technology-domotz-mcp-v1-1- -- docker run -i --rm ghcr.io/wyre-technology/domotz-mcp:v1.1.10amp mcp add ghcr-io-wyre-technology-domotz-mcp-v1-1- -- docker run -i --rm ghcr.io/wyre-technology/domotz-mcp:v1.1.10{
"mcpServers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ghcr-io-wyre-technology-domotz-mcp-v1-1-","command":"docker","args":["run","-i","--rm","ghcr.io/wyre-technology/domotz-mcp:v1.1.10"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"type": "local",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ghcr-io-wyre-technology-domotz-mcp-v1-1-": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/domotz-mcp:v1.1.10"
]
}
}
}
}Add to your Zed `settings.json`.
docker run -i --rm ghcr.io/wyre-technology/domotz-mcp:v1.1.10Run `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Puntuación
39 / 100
Incompleta
- Documentación22/25
- Mantenimiento25/25
- Confianza16/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.1.10Última | 13 ago 2026 |
| 1.1.9 | 13 ago 2026 |
| 1.1.8 | 7 ago 2026 |
| 1.1.7 | 1 jul 2026 |
| 1.1.6 | 1 jul 2026 |
| 1.1.5 | 22 jun 2026 |
| 1.1.4 | 13 may 2026 |
| 1.1.3 | 7 may 2026 |