Description
Provides access to Automox's cloud-native endpoint management platform through curated workflows for policy health monitoring, device insights, remediation actions, and account management. Built using FastMCP with dual API support (console and policyreport endpoints), it exposes 18 tools across device management, policy lifecycle management, patch approvals, and audit tracking. The implementation features intelligent rate limiting, automatic API endpoint fallback, comprehensive error handling with sensitive data redaction, and includes resources for server group mappings and policy creation templates with schedule syntax helpers, making it useful for IT operations automation, security compliance monitoring, and endpoint management workflows.
Installation
git clone https://github.com/automoxcommunity/automox-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"automox": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}