Loading MCP server directory, please wait...
Official MCP server for Automox. Manage devices, patches, and policies in natural language.
npx @getmcp/cli add com.automox/automox-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
AUTOMOX_API_KEYYour Automox API key
AUTOMOX_ACCOUNT_UUIDAccount UUID from Automox Settings > Secrets & Keys
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.automox/automox-mcp": {
"command": "uvx",
"args": [
"automox-mcp"
],
"env": {
"AUTOMOX_API_KEY": "",
"AUTOMOX_ACCOUNT_UUID": "",
"AUTOMOX_ORG_ID": ""
}
}
}
}