Home › Other › Automox MCP Server

Automox MCP Server

Official MCP server for Automox. Manage devices, patches, and policies in natural language.

Python
★ 14 stars Last pushed 2026-09-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 2.2.9)

uvx automox-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "automox-mcp": {
      "command": "uvx",
      "args": [
        "automox-mcp"
      ],
      "env": {
        "AUTOMOX_API_KEY": "<YOUR_VALUE>",
        "AUTOMOX_ACCOUNT_UUID": "<YOUR_VALUE>",
        "AUTOMOX_ORG_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • AUTOMOX_API_KEY required secret — Your Automox API key
  • AUTOMOX_ACCOUNT_UUID required — Account UUID from Automox Settings > Secrets & Keys
  • AUTOMOX_ORG_ID — Numeric Automox organization ID. Recommended — required by most tools, optional for tools that don't need org context.

Related servers

Data from the Official MCP Registry