awx-mcp-server
About
Control AWX/Ansible Tower through natural language - 49 tools for automation
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AWX_BASE_URL AWX_TOKEN AWX_USERNAME AWX_PASSWORD AWX_VERIFY_SSLClaude Code
claude mcp add --env AWX_BASE_URL= --env AWX_TOKEN= --env AWX_USERNAME= --env AWX_PASSWORD= --env AWX_VERIFY_SSL= awx-mcp-server -- uvx awx-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"awx-mcp-server","command":"uvx","args":["awx-mcp-server"],"env":{"AWX_BASE_URL":"","AWX_TOKEN":"","AWX_USERNAME":"","AWX_PASSWORD":"","AWX_VERIFY_SSL":""}}'
JSON
{
"mcpServers": {
"awx-mcp-server": {
"command": "uvx",
"args": [
"awx-mcp-server"
],
"env": {
"AWX_BASE_URL": "",
"AWX_TOKEN": "",
"AWX_USERNAME": "",
"AWX_PASSWORD": "",
"AWX_VERIFY_SSL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.