MCP server for Datto SaaS Protection — M365/GWS backup status, restores, seat management
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"datto-saas-protectio": {
"command": "npx",
"args": [
"-y",
"wyre-technology/datto-saas-protection-mcp"
]
}
}
}
Run in terminal:
claude mcp add datto-saas-protectio npx -y wyre-technology/datto-saas-protection-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"datto-saas-protectio": {
"command": "npx",
"args": [
"-y",
"wyre-technology/datto-saas-protection-mcp"
]
}
}
}