mcpbeat Sign in

Awx MCP Server

by surgex-labs Your server? Claim it
local only

Awx MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 193 installs a week from pypi. Last commit 23 Feb 2026.

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

Installs per day peak 106 · avg 38 · -4% w/w
a month agotoday
193
Installs / week
pypi · awx-mcp-server
11
Stars
1 open issues
23 Feb 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/awx_mcp_server/__init__.py:1, [пакет] src/awx_mcp_server/__main__.py:1, [пакет] src/awx_mcp_server/auth.py:1 и ещё 22
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add awx-mcp-server -- uvx awx-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "awx-mcp-server": {
      "args": [
        "awx-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.awx-mcp-server]
command = "uvx"
args = ["awx-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "awx-mcp-server": {
      "args": [
        "awx-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "awx-mcp-server": {
      "args": [
        "awx-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: AWX_BASE_URL (The base URL of your AWX/Ansible Tower instance), AWX_TOKEN (AWX API token for authentication), AWX_USERNAME (AWX username (alternative to token)), AWX_PASSWORD (AWX password (alternative to token)), AWX_VERIFY_SSL (Whether to verify SSL certificates (set to false for self-signed)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Awx MCP Server

same job, measured the same way
QuintaDB
by quintadb

No-code databases, forms, portals and AI sites. Manage records and automation via natural language.

124 tools answering
QuintaDB
by com-quintadb

No-code databases, forms, portals and AI sites. Manage records and automation via natural language.

124 tools answering
QuintaDB
by quintadb

No-code databases, forms, portals and AI sites. Manage records and automation via natural language.

124 tools answering
Toolpiper
by modelpiper

On-device MCP tools for macOS: local AI, speech, vision, browser automation, system control.

local only
Safari MCP
by achiya-automation

Native Safari browser automation for AI agents — 98 tools, zero Chrome overhead.

3 319 installs/wk local only
GitHub
by github

Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

answering
Browserbase
by mcparmory

Create and control browser sessions for web automation, testing, and AI agent tasks

241 installs/wk local only
Rocket Plus MCP
by crypto-goatz

56+ AI tools for CRM, content, workflows, SkillForge & marketing automation.

50 installs/wk local only

Awx MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Awx MCP Server?
Awx MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package awx-mcp-server was installed 193 times last week.
How do I connect Awx MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls awx-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Awx MCP Server?
The pypi package awx-mcp-server was installed 193 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Awx MCP Server open source?
We cannot say either way: written in Python, 11 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.