Automox MCP Server
Rank #2,129com.automox/automox-mcp
Official MCP server for Automox. Manage devices, patches, and policies in natural language.
Automox MCP Server is a Model Context Protocol (MCP) server published by automoxcommunity. It ranks #2,129 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. Automox MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 32 tracked versions. It was first listed on Nov 14, 2025 and most recently updated on Jul 22, 2026.
Ranks ahead of 129,917 of 132,046 servers on MCP Toplist.
Use Automox MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add automox-mcp -e "AUTOMOX_API_KEY=<your AUTOMOX_API_KEY>" -e "AUTOMOX_ACCOUNT_UUID=<your AUTOMOX_ACCOUNT_UUID>" -e "AUTOMOX_ORG_ID=<your AUTOMOX_ORG_ID>" -- uvx automox-mcpReplace each placeholder with your own value before saving.
[mcp_servers.automox-mcp]
command = "uvx"
args = ["automox-mcp"]
[mcp_servers.automox-mcp.env]
AUTOMOX_API_KEY = "<your AUTOMOX_API_KEY>"
AUTOMOX_ACCOUNT_UUID = "<your AUTOMOX_ACCOUNT_UUID>"
AUTOMOX_ORG_ID = "<your AUTOMOX_ORG_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automox-mcp": {
"command": "uvx",
"args": [
"automox-mcp"
],
"env": {
"AUTOMOX_API_KEY": "<your AUTOMOX_API_KEY>",
"AUTOMOX_ACCOUNT_UUID": "<your AUTOMOX_ACCOUNT_UUID>",
"AUTOMOX_ORG_ID": "<your AUTOMOX_ORG_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automox-mcp": {
"command": "uvx",
"args": [
"automox-mcp"
],
"env": {
"AUTOMOX_API_KEY": "<your AUTOMOX_API_KEY>",
"AUTOMOX_ACCOUNT_UUID": "<your AUTOMOX_ACCOUNT_UUID>",
"AUTOMOX_ORG_ID": "<your AUTOMOX_ORG_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"automox-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"automox-mcp"
],
"env": {
"AUTOMOX_API_KEY": "<your AUTOMOX_API_KEY>",
"AUTOMOX_ACCOUNT_UUID": "<your AUTOMOX_ACCOUNT_UUID>",
"AUTOMOX_ORG_ID": "<your AUTOMOX_ORG_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automox-mcp": {
"command": "uvx",
"args": [
"automox-mcp"
],
"env": {
"AUTOMOX_API_KEY": "<your AUTOMOX_API_KEY>",
"AUTOMOX_ACCOUNT_UUID": "<your AUTOMOX_ACCOUNT_UUID>",
"AUTOMOX_ORG_ID": "<your AUTOMOX_ORG_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"automox-mcp": {
"command": "uvx",
"args": [
"automox-mcp"
],
"env": {
"AUTOMOX_API_KEY": "<your AUTOMOX_API_KEY>",
"AUTOMOX_ACCOUNT_UUID": "<your AUTOMOX_ACCOUNT_UUID>",
"AUTOMOX_ORG_ID": "<your AUTOMOX_ORG_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.automox%2Fautomox-mcp)<a href="https://mcptoplist.com/server/com.automox%2Fautomox-mcp"><img src="https://mcptoplist.com/badge/com.automox%2Fautomox-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
automoxcommunity
Available versions (32)
| Version | Published |
|---|---|
| 2.2.9 | Jul 22, 2026 |
| 2.2.8 | Jul 13, 2026 |
| 2.2.7 | Jun 29, 2026 |
| 2.2.6 | Jun 27, 2026 |
| 2.2.5 | Jun 26, 2026 |
| 2.2.4 | Jun 25, 2026 |
| 2.2.3 | Jun 23, 2026 |
| 2.2.2 | Jun 10, 2026 |
| 2.2.1 | Jun 9, 2026 |
| 2.2.0 | Jun 8, 2026 |
| 2.1.0 | Jun 6, 2026 |
| 2.0.3 | Jun 4, 2026 |
| 2.0.2 | Jun 4, 2026 |
| 2.0.1 | Jun 2, 2026 |
| 2.0.0 | Jun 1, 2026 |
| 1.2.1 | May 31, 2026 |
| 1.2.0 | May 30, 2026 |
| 1.1.0 | May 29, 2026 |
| 1.0.36 | May 28, 2026 |
| 1.0.35 | May 28, 2026 |
| 1.0.34 | May 28, 2026 |
| 1.0.33 | May 28, 2026 |
| 1.0.32 | May 28, 2026 |
| 1.0.28 | May 27, 2026 |
| 1.0.26 | May 27, 2026 |
| 1.0.25 | May 27, 2026 |
| 1.0.24 | May 27, 2026 |
| 1.0.21 | May 7, 2026 |
| 1.0.22 | May 7, 2026 |
| 1.0.23 | May 7, 2026 |
| 1.0.20 | Apr 30, 2026 |
| 1.0.19 | Apr 29, 2026 |
Frequently asked questions
- Who maintains Automox MCP Server?
- Automox MCP Server is maintained by automoxcommunity, which publishes 1 MCP server (32 total versions) tracked on MCP Toplist.
- Is Automox MCP Server listed on the Official MCP Registry?
- Yes — Automox MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Automox MCP Server have?
- MCP Toplist tracks 32 versions of Automox MCP Server, most recently published on Jul 22, 2026.
- Where can I find the source code for Automox MCP Server?
- The source code for Automox MCP Server is hosted at github.com/automoxcommunity/automox-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.