PluginBench
MCP Server

Domotz MCP MCP Server

io.github.Servosity/domotz-mcp

What is the Domotz MCP MCP server?

Every Domotz endpoint, plus a local SQLite fleet mirror that answers cross-site questions.

How to install Domotz MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DOMOTZ_API_KEY
    required
    secret

    Set the DOMOTZ_API_KEY credential for the Domotz MCP server.

  • DOMOTZ_PUBLIC_API_KEY
    secret

    Alternative to DOMOTZ_API_KEY; supply one or the other.

  • DOMOTZ_REGION

    Selects the Domotz API cell for your portal (default us-east-1-cell-1).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "domotz-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/domotz-v0.1.0/domotz-mcp.mcpb",
      "args": [],
      "env": {
        "DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
        "DOMOTZ_PUBLIC_API_KEY": "<YOUR_DOMOTZ_PUBLIC_API_KEY>",
        "DOMOTZ_REGION": "<YOUR_DOMOTZ_REGION>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "domotz-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/domotz-v0.1.0/domotz-mcp.mcpb",
      "args": [],
      "env": {
        "DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
        "DOMOTZ_PUBLIC_API_KEY": "<YOUR_DOMOTZ_PUBLIC_API_KEY>",
        "DOMOTZ_REGION": "<YOUR_DOMOTZ_REGION>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "domotz-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/domotz-v0.1.0/domotz-mcp.mcpb",
      "args": [],
      "env": {
        "DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
        "DOMOTZ_PUBLIC_API_KEY": "<YOUR_DOMOTZ_PUBLIC_API_KEY>",
        "DOMOTZ_REGION": "<YOUR_DOMOTZ_REGION>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "domotz-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/domotz-v0.1.0/domotz-mcp.mcpb",
      "args": [],
      "env": {
        "DOMOTZ_API_KEY": "<YOUR_DOMOTZ_API_KEY>",
        "DOMOTZ_PUBLIC_API_KEY": "<YOUR_DOMOTZ_PUBLIC_API_KEY>",
        "DOMOTZ_REGION": "<YOUR_DOMOTZ_REGION>"
      }
    }
  }
}
Claude Code
claude mcp add domotz-mcp --env DOMOTZ_API_KEY=<YOUR_DOMOTZ_API_KEY> --env DOMOTZ_PUBLIC_API_KEY=<YOUR_DOMOTZ_PUBLIC_API_KEY> --env DOMOTZ_REGION=<YOUR_DOMOTZ_REGION> -- https://github.com/Servosity/msp-skills/releases/download/domotz-v0.1.0/domotz-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →