Official MCP server for Automox. Manage devices, patches, and policies in natural language.
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.
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.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
Read — only mode** (AUTOMOX_MCP_READ_ONLY) disables all 48 write toolsSigstore — signed releases** with CycloneDX SBOMValue — Where to find itScope — One organization — the zone it was created inVariable — RequiredAUTOMOX_API_KEY — YesAUTOMOX_ACCOUNT_UUID — YesAUTOMOX_ORG_ID — RecommendedAUTOMOX_MCP_READ_ONLY — NoAUTOMOX_MCP_ALLOW_APPLY_REMEDIATION_ACTIONS — NoAUTOMOX_MCP_ALLOW_DELETE_DEVICE — NoAUTOMOX_MCP_ALLOW_UPLOAD_POLICY_FILE — NoYou 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.
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.
| Tool | What it does |
|---|---|
| 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 |
| AUTOMOX_MCP_UPLOAD_ALLOWED_DIRS | No |
| AUTOMOX_MCP_UPLOAD_MAX_BYTES | No |
{
"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.
| Variable | Description | Required |
|---|---|---|
| AUTOMOX_MCP_API_KEYS | Credential the server authenticates with. | Yes |
| AUTOMOX_MCP_OAUTH_ISSUER | Configuration value read at startup. | Optional |
| AUTOMOX_MCP_OAUTH_AUDIENCE | Configuration value read at startup. | Optional |
| AUTOMOX_MCP_OAUTH_SERVER_URL | Endpoint or connection string the server talks to. | Yes |
| AUTOMOX_API_KEY | Credential the server authenticates with. | Yes |
| AUTOMOX_ORG_ID | Configuration value read at startup. | Optional |
| AUTOMOX_MCP_HOST | Endpoint or connection string the server talks to. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.