Automox MCP Server

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

Remote serverstreamable-httpPython

What is the Automox MCP server?

Official MCP server for Automox. Manage devices, patches, and policies in natural language. Exposed over MCP by the automox mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

The official MCP server for Automox. Talk to your Automox console using natural language — this MCP server connects AI assistants like Claude to your Automox environment so you can manage devices, check compliance, run policies, and more, just by asking.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • Read — only mode** (AUTOMOX_MCP_READ_ONLY) disables all 48 write tools
  • Sigstore — signed releases** with CycloneDX SBOM
  • Value — Where to find it
  • Scope — One organization — the zone it was created in
  • Variable — Required
  • AUTOMOX_API_KEY — Yes
  • AUTOMOX_ACCOUNT_UUID — Yes
  • AUTOMOX_ORG_ID — Recommended
  • AUTOMOX_MCP_READ_ONLY — No
  • AUTOMOX_MCP_ALLOW_APPLY_REMEDIATION_ACTIONS — No
  • AUTOMOX_MCP_ALLOW_DELETE_DEVICE — No
  • AUTOMOX_MCP_ALLOW_UPLOAD_POLICY_FILE — No

Configuration

You will need 7 environment variables: AUTOMOX_MCP_API_KEYS, AUTOMOX_MCP_OAUTH_ISSUER, AUTOMOX_MCP_OAUTH_AUDIENCE, AUTOMOX_MCP_OAUTH_SERVER_URL, AUTOMOX_API_KEY, AUTOMOX_ORG_ID, AUTOMOX_MCP_HOST. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Automox.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the automox mcp server does with a few real requests.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Automox's toolset — Read, Sigstore, Value and 11 more — is a fair guide to whether it matches your workflow. It is maintained by com.automox; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
Readonly mode** (AUTOMOX_MCP_READ_ONLY) disables all 48 write tools
Sigstoresigned releases** with CycloneDX SBOM
ValueWhere to find it
ScopeOne organization — the zone it was created in
VariableRequired
AUTOMOX_API_KEYYes
AUTOMOX_ACCOUNT_UUIDYes
AUTOMOX_ORG_IDRecommended
AUTOMOX_MCP_READ_ONLYNo
AUTOMOX_MCP_ALLOW_APPLY_REMEDIATION_ACTIONSNo
AUTOMOX_MCP_ALLOW_DELETE_DEVICENo
AUTOMOX_MCP_ALLOW_UPLOAD_POLICY_FILENo
AUTOMOX_MCP_UPLOAD_ALLOWED_DIRSNo
AUTOMOX_MCP_UPLOAD_MAX_BYTESNo

How to install the Automox MCP server

{
  "mcpServers": {
    "automox": {
      "command": "uvx",
      "args": ["automox-mcp"],
      "env": {
        "AUTOMOX_MCP_API_KEYS": "your-value",
        "AUTOMOX_MCP_OAUTH_ISSUER": "your-value",
        "AUTOMOX_MCP_OAUTH_AUDIENCE": "your-value",
        "AUTOMOX_MCP_OAUTH_SERVER_URL": "your-value",
        "AUTOMOX_API_KEY": "your-value",
        "AUTOMOX_ORG_ID": "your-value",
        "AUTOMOX_MCP_HOST": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
AUTOMOX_MCP_API_KEYSCredential the server authenticates with.Yes
AUTOMOX_MCP_OAUTH_ISSUERConfiguration value read at startup.Optional
AUTOMOX_MCP_OAUTH_AUDIENCEConfiguration value read at startup.Optional
AUTOMOX_MCP_OAUTH_SERVER_URLEndpoint or connection string the server talks to.Yes
AUTOMOX_API_KEYCredential the server authenticates with.Yes
AUTOMOX_ORG_IDConfiguration value read at startup.Optional
AUTOMOX_MCP_HOSTEndpoint or connection string the server talks to.Optional

Example prompts to try

  • Use Automox to Read.
  • Use Automox to Sigstore.
  • Use Automox to Value.

Frequently asked questions

It connects Automox to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Read, Sigstore, Value, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Automox directly.