PluginBench
MCP Server

Datto RMM MCP MCP Server

io.github.Servosity/datto-rmm-mcp

What is the Datto RMM MCP MCP server?

Every Datto RMM API operation, plus a local SQLite fleet store and fleet-wide analytics no other

How to install Datto RMM MCP

Copy-paste configuration for popular MCP clients.

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

    Set the DATTO_RMM_API_KEY credential for the Datto RMM MCP server.

  • DATTO_RMM_API_SECRET_KEY
    required
    secret

    Set the DATTO_RMM_API_SECRET_KEY credential for the Datto RMM MCP server.

  • DATTO_RMM_TOKEN
    required
    secret

    Set the DATTO_RMM_TOKEN credential for the Datto RMM MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datto-rmm-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-rmm-v0.1.0/datto-rmm-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_RMM_API_KEY": "<YOUR_DATTO_RMM_API_KEY>",
        "DATTO_RMM_API_SECRET_KEY": "<YOUR_DATTO_RMM_API_SECRET_KEY>",
        "DATTO_RMM_TOKEN": "<YOUR_DATTO_RMM_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "datto-rmm-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-rmm-v0.1.0/datto-rmm-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_RMM_API_KEY": "<YOUR_DATTO_RMM_API_KEY>",
        "DATTO_RMM_API_SECRET_KEY": "<YOUR_DATTO_RMM_API_SECRET_KEY>",
        "DATTO_RMM_TOKEN": "<YOUR_DATTO_RMM_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "datto-rmm-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-rmm-v0.1.0/datto-rmm-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_RMM_API_KEY": "<YOUR_DATTO_RMM_API_KEY>",
        "DATTO_RMM_API_SECRET_KEY": "<YOUR_DATTO_RMM_API_SECRET_KEY>",
        "DATTO_RMM_TOKEN": "<YOUR_DATTO_RMM_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "datto-rmm-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/datto-rmm-v0.1.0/datto-rmm-mcp.mcpb",
      "args": [],
      "env": {
        "DATTO_RMM_API_KEY": "<YOUR_DATTO_RMM_API_KEY>",
        "DATTO_RMM_API_SECRET_KEY": "<YOUR_DATTO_RMM_API_SECRET_KEY>",
        "DATTO_RMM_TOKEN": "<YOUR_DATTO_RMM_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add datto-rmm-mcp --env DATTO_RMM_API_KEY=<YOUR_DATTO_RMM_API_KEY> --env DATTO_RMM_API_SECRET_KEY=<YOUR_DATTO_RMM_API_SECRET_KEY> --env DATTO_RMM_TOKEN=<YOUR_DATTO_RMM_TOKEN> -- https://github.com/Servosity/msp-skills/releases/download/datto-rmm-v0.1.0/datto-rmm-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 →
Datto RMM MCP MCP Server | PluginBench