What is the Datto RMM MCP server?
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.
How to install Datto RMM
Copy-paste configuration for popular MCP clients.
DATTO_API_KEYrequiredsecretDatto RMM API key
DATTO_API_SECRETrequiredsecretDatto RMM API secret key
DATTO_PLATFORMDatto RMM API platform/zone: pinotage, merlot, concord, vidal, zinfandel, or syrah
MCP_TRANSPORTTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODECredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVELLog verbosity: debug, info, warn, error
{
"mcpServers": {
"datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.4.8"
],
"env": {
"DATTO_API_KEY": "<YOUR_DATTO_API_KEY>",
"DATTO_API_SECRET": "<YOUR_DATTO_API_SECRET>",
"DATTO_PLATFORM": "<YOUR_DATTO_PLATFORM>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.4.8"
],
"env": {
"DATTO_API_KEY": "<YOUR_DATTO_API_KEY>",
"DATTO_API_SECRET": "<YOUR_DATTO_API_SECRET>",
"DATTO_PLATFORM": "<YOUR_DATTO_PLATFORM>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"datto-rmm-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.4.8"
],
"env": {
"DATTO_API_KEY": "<YOUR_DATTO_API_KEY>",
"DATTO_API_SECRET": "<YOUR_DATTO_API_SECRET>",
"DATTO_PLATFORM": "<YOUR_DATTO_PLATFORM>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"datto-rmm-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/datto-rmm-mcp:v1.4.8"
],
"env": {
"DATTO_API_KEY": "<YOUR_DATTO_API_KEY>",
"DATTO_API_SECRET": "<YOUR_DATTO_API_SECRET>",
"DATTO_PLATFORM": "<YOUR_DATTO_PLATFORM>",
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"AUTH_MODE": "<YOUR_AUTH_MODE>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add datto-rmm-mcp --env DATTO_API_KEY=<YOUR_DATTO_API_KEY> --env DATTO_API_SECRET=<YOUR_DATTO_API_SECRET> --env DATTO_PLATFORM=<YOUR_DATTO_PLATFORM> --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env AUTH_MODE=<YOUR_AUTH_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- docker run -i --rm ghcr.io/wyre-technology/datto-rmm-mcp:v1.4.8Related MCP servers
MCP server for Abnormal Security — AI-powered email threat detection, cases, and remediation.
View repository →Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
View repository →MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
View repository →MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
View repository →MCP server for the Auvik network monitoring API — devices, alerts, statistics, billing.
View repository →