Home › Other › awx-mcp-server

awx-mcp-server

Control AWX/Ansible Tower through natural language - 49 tools for automation

Python
★ 12 stars Last pushed 2026-02-23

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.1.2)

uvx awx-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "awx-mcp-server": {
      "command": "uvx",
      "args": [
        "awx-mcp-server"
      ],
      "env": {
        "AWX_BASE_URL": "<YOUR_VALUE>",
        "AWX_TOKEN": "<YOUR_VALUE>",
        "AWX_USERNAME": "<YOUR_VALUE>",
        "AWX_PASSWORD": "<YOUR_VALUE>",
        "AWX_VERIFY_SSL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AWX_BASE_URL required — The base URL of your AWX/Ansible Tower instance
  • AWX_TOKEN secret — AWX API token for authentication
  • AWX_USERNAME — AWX username (alternative to token)
  • AWX_PASSWORD secret — AWX password (alternative to token)
  • AWX_VERIFY_SSL — Whether to verify SSL certificates (set to false for self-signed)

Related servers

Data from the Official MCP Registry