Automox MCP Server

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. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 11 · #73 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Automox MCP Server

before you install - you'll need

Set AUTOMOX_API_KEY, AUTOMOX_ACCOUNT_UUID, AUTOMOX_ORG_ID, AUTOMOX_MCP_READ_ONLY, AUTOMOX_MCP_MODULES, AUTOMOX_MCP_API_KEYS, AUTOMOX_MCP_OAUTH_ISSUER, AUTOMOX_MCP_OAUTH_AUDIENCE, AUTOMOX_MCP_OAUTH_SERVER_URL before connecting.

Claude Code

claude mcp add automoxcommunity-automox-mcp -- uvx automox-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package automox-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace com.automox - domain-verified with the official MCP registry

03 · What Automox MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.2.9 · 2026-07-22

ship license + docs in bundle, reachable support URL, 512px icon · bump mcp from 1.27.2 to 1.28.1 in the uv group across 1 directory · bump the actions group across 1 directory with 4 updates · suppress adhoc-packages…

v2.2.8 · 2026-07-13

point to hosted Automox MCP Server Privacy Policy · route support to help.automox.com and close external contributions · unwrap the data envelope in create/get/update webhook tools · 2.2.8

v2.2.7 · 2026-06-29

report honest counts and real pagination across list and report tools

04 · Who maintains Automox MCP Server

Automox MCP Server is maintained by automoxcommunity. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
other - ranked #73 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-07-22)
registry
com.automox/automox-mcp (active, first published 2026-04-29 · 32 versions)
packages
pypi:automox-mcp

06 · Automox MCP Server FAQ

What is Automox MCP Server?

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. It runs locally over stdio via the published package.

Is Automox MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Automox MCP Server?

Run `uvx automox-mcp`. The README documents 9 environment variables (AUTOMOX_API_KEY, AUTOMOX_ACCOUNT_UUID, AUTOMOX_ORG_ID…) to set first. Set AUTOMOX_API_KEY, AUTOMOX_ACCOUNT_UUID, AUTOMOX_ORG_ID, AUTOMOX_MCP_READ_ONLY, AUTOMOX_MCP_MODULES, AUTOMOX_MCP_API_KEYS, AUTOMOX_MCP_OAUTH_ISSUER, AUTOMOX_MCP_OAUTH_AUDIENCE, AUTOMOX_MCP_OAUTH_SERVER_URL before connecting. You can also paste the ready-made client config above.

Does Automox MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Automox MCP Server