What is the Automox MCP Server MCP server?
Official MCP server for Automox. Manage devices, patches, and policies in natural language.
How to install Automox MCP Server
Copy-paste configuration for popular MCP clients.
AUTOMOX_API_KEYrequiredsecretYour Automox API key
AUTOMOX_ACCOUNT_UUIDrequiredAccount UUID from Automox Settings > Secrets & Keys
AUTOMOX_ORG_IDNumeric Automox organization ID. Recommended — required by most tools, optional for tools that don't need org context.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}claude mcp add automox-mcp --env AUTOMOX_API_KEY=<YOUR_AUTOMOX_API_KEY> --env AUTOMOX_ACCOUNT_UUID=<YOUR_AUTOMOX_ACCOUNT_UUID> --env AUTOMOX_ORG_ID=<YOUR_AUTOMOX_ORG_ID> -- uvx automox-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.