Datto RMM MCP Server
Comprehensive read/write access to the Datto RMM API v2, enabling management of devices, sites, alerts, audits, jobs, variables, filters, and activity logs through 46 tools.
README
Datto RMM MCP Server
A Model Context Protocol server for the Datto RMM API v2, giving AI assistants full read/write access to devices, sites, alerts, audits, jobs, variables, filters, and activity logs.
Inspired by wyre-technology/datto-rmm-mcp (8 tools), this server covers the complete v2 API surface with 46 tools, plus OAuth token caching, automatic 401 re-auth, and 429 rate-limit retry with backoff.
Tools
Account
| Tool | Description |
|---|---|
datto_get_account |
Account details |
datto_list_devices |
All devices, filterable by hostname, type, OS, site name, or filter ID |
datto_list_sites |
All sites, filterable by name |
datto_list_users |
Authentication users |
datto_list_components |
Automation components (for quick jobs) |
datto_list_dnet_site_mappings |
Datto Networking site mappings |
datto_list_account_variables / datto_create_account_variable / datto_update_account_variable / datto_delete_account_variable |
Account variable CRUD |
Sites
| Tool | Description |
|---|---|
datto_get_site |
Site details with device counts |
datto_create_site / datto_update_site |
Create or update sites |
datto_list_site_devices |
Devices in a site |
datto_list_site_network_interfaces |
Device network interface info for a site |
datto_get_site_settings |
Site settings |
datto_list_site_filters |
Device filters visible for a site |
datto_set_site_proxy / datto_delete_site_proxy |
Site proxy management |
datto_list_site_variables / datto_create_site_variable / datto_update_site_variable / datto_delete_site_variable |
Site variable CRUD |
Devices
| Tool | Description |
|---|---|
datto_get_device / datto_get_device_by_id / datto_get_device_by_mac |
Look up devices by UID, numeric ID, or MAC |
datto_run_quickjob |
Run a component on a device (with input variables) |
datto_move_device |
Move a device to another site |
datto_set_device_udf |
Set user-defined fields (udf1–udf30) |
datto_set_device_warranty |
Set warranty expiration date |
Alerts
| Tool | Description |
|---|---|
datto_list_alerts |
Open/resolved alerts, scoped to account, site, or device |
datto_get_alert |
Single alert details |
datto_resolve_alert |
Resolve an alert |
Audit
| Tool | Description |
|---|---|
datto_get_device_audit |
Full device audit (hardware, OS, network, patches) |
datto_get_device_software |
Installed software list |
datto_get_esxi_audit / datto_get_printer_audit |
ESXi host / printer audits |
datto_get_audit_by_mac |
Audit lookup by MAC address |
Jobs
| Tool | Description |
|---|---|
datto_get_job |
Job status and details |
datto_get_job_components |
Job components |
datto_get_job_results |
Per-device job results |
datto_get_job_stdout / datto_get_job_stderr |
Job output streams |
Other
| Tool | Description |
|---|---|
datto_list_filters |
Default or custom device filters |
datto_list_activity_logs |
Activity log search (date range, entities, free-text query) |
datto_get_system_info |
Platform status, pagination config, or current rate-limit usage |
Setup
1. Get API credentials
In Datto RMM: Setup > Users > [your user] > API keys. Note your platform from your Datto RMM URL (e.g. merlot.centrastage.net → merlot).
2. Configure
Environment variables:
| Variable | Required | Description |
|---|---|---|
DATTO_API_KEY |
yes | API access key |
DATTO_API_SECRET |
yes | API secret key |
DATTO_PLATFORM |
yes* | One of pinotage, merlot, concord, vidal, zinfandel, syrah |
DATTO_API_URL |
no | Full base URL; overrides DATTO_PLATFORM |
MCP_TRANSPORT |
no | stdio (default) or http |
PORT |
no | HTTP port when MCP_TRANSPORT=http (default 3000) |
3. Run
npm install
npm run build
Claude Desktop / Claude Code (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"datto-rmm": {
"command": "node",
"args": ["/path/to/dattormm-mcp/dist/index.js"],
"env": {
"DATTO_API_KEY": "your-key",
"DATTO_API_SECRET": "your-secret",
"DATTO_PLATFORM": "merlot"
}
}
}
}
Docker (Streamable HTTP):
docker build -t dattormm-mcp .
docker run -p 3000:3000 \
-e DATTO_API_KEY=your-key \
-e DATTO_API_SECRET=your-secret \
-e DATTO_PLATFORM=merlot \
-e MCP_TRANSPORT=http \
dattormm-mcp
The HTTP transport runs stateless at POST / with a GET /health endpoint.
Notes
- Rate limits: Datto allows 600 reads and 100 writes per 60 seconds. The client retries once on 429 honoring
Retry-After; check live usage withdatto_get_system_info(request_rate). - Pagination: list endpoints return at most 250 records per page — responses include
pageDetailswith next-page info; passpage/maxto the tools. - Auth: OAuth tokens (100 h lifetime) are cached in-memory and transparently refreshed on expiry or 401.
- The
POST /v2/user/resetApiKeysendpoint is intentionally not exposed — it would invalidate the credentials the server is running with. - Alert mute/unmute endpoints are omitted: Datto removed alert muting in RMM 8.9.0.
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。