datto-rmm-mcp
Provides tools for managing Datto RMM devices, alerts, sites, and running quick jobs via the Datto RMM API.
Datto RMM MCP Server
MCP server for Datto RMM, enabling Claude to interact with your Datto RMM account.
One-Click Deployment
Features
Device Management: List, search, and get details for devices
Alert Management: View and resolve alerts
Site Management: List and view site details
Quick Jobs: Run quick jobs on devices
Audit Data: Retrieve full device audit or software inventory
Installation
Via MCP Gateway (Recommended)
This server is designed to work with the MCP Gateway which handles authentication and credential management.
Local Development
npm install
npm run build
npm startConfiguration
The server accepts credentials via environment variables:
Variable | Description |
| Your Datto RMM API key |
| Your Datto RMM API secret |
| API platform: |
When used with the MCP Gateway, credentials are injected via X_API_KEY and X_API_SECRET environment variables.
Platform Selection
Datto RMM uses regional API endpoints. Select the platform that matches your account:
Platform | Region/Description |
| South Africa |
| Europe |
| US East (default) |
| Canada |
| US West |
| Australia |
Available Tools
Tool | Description |
| List devices with optional site filter |
| Get device details by UID |
| List open alerts with optional site filter |
| Resolve an alert |
| List all sites |
| Get site details |
| Run a quick job on a device |
| Get device audit data (full or software only) |
Docker
docker build -t datto-rmm-mcp .
docker run -e DATTO_API_KEY=xxx -e DATTO_API_SECRET=xxx -e DATTO_PLATFORM=concord datto-rmm-mcpLicense
Apache-2.0
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyre-technology/datto-rmm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server