Odel
Automox MCP Server

Automox MCP Server

Local
@automoxcommunity12PythonMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIautomox-mcpv2.2.9

Run

uvx automox-mcp

MCP client config

{
  "mcpServers": {
    "automox-mcp-server": {
      "command": "uvx",
      "args": [
        "automox-mcp"
      ]
    }
  }
}