Awx MCP Server
Rank #17,013io.github.SurgeX-Labs/awx-mcp-server
MCP server providing awx-server capabilities
Awx MCP Server is a Model Context Protocol (MCP) server published by surgex-labs. It ranks #17,013 of 132,113 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Awx MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Feb 13, 2026.
Ranks ahead of 115,100 of 132,113 servers on MCP Toplist.
Use Awx MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add awx-mcp-server -e "AWX_BASE_URL=<your AWX_BASE_URL>" -e "AWX_TOKEN=<your AWX_TOKEN>" -e "AWX_USERNAME=<your AWX_USERNAME>" -e "AWX_PASSWORD=<your AWX_PASSWORD>" -e "AWX_VERIFY_SSL=<your AWX_VERIFY_SSL>" -- uvx awx-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.awx-mcp-server]
command = "uvx"
args = ["awx-mcp-server"]
[mcp_servers.awx-mcp-server.env]
AWX_BASE_URL = "<your AWX_BASE_URL>"
AWX_TOKEN = "<your AWX_TOKEN>"
AWX_USERNAME = "<your AWX_USERNAME>"
AWX_PASSWORD = "<your AWX_PASSWORD>"
AWX_VERIFY_SSL = "<your AWX_VERIFY_SSL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awx-mcp-server": {
"command": "uvx",
"args": [
"awx-mcp-server"
],
"env": {
"AWX_BASE_URL": "<your AWX_BASE_URL>",
"AWX_TOKEN": "<your AWX_TOKEN>",
"AWX_USERNAME": "<your AWX_USERNAME>",
"AWX_PASSWORD": "<your AWX_PASSWORD>",
"AWX_VERIFY_SSL": "<your AWX_VERIFY_SSL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awx-mcp-server": {
"command": "uvx",
"args": [
"awx-mcp-server"
],
"env": {
"AWX_BASE_URL": "<your AWX_BASE_URL>",
"AWX_TOKEN": "<your AWX_TOKEN>",
"AWX_USERNAME": "<your AWX_USERNAME>",
"AWX_PASSWORD": "<your AWX_PASSWORD>",
"AWX_VERIFY_SSL": "<your AWX_VERIFY_SSL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"awx-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"awx-mcp-server"
],
"env": {
"AWX_BASE_URL": "<your AWX_BASE_URL>",
"AWX_TOKEN": "<your AWX_TOKEN>",
"AWX_USERNAME": "<your AWX_USERNAME>",
"AWX_PASSWORD": "<your AWX_PASSWORD>",
"AWX_VERIFY_SSL": "<your AWX_VERIFY_SSL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awx-mcp-server": {
"command": "uvx",
"args": [
"awx-mcp-server"
],
"env": {
"AWX_BASE_URL": "<your AWX_BASE_URL>",
"AWX_TOKEN": "<your AWX_TOKEN>",
"AWX_USERNAME": "<your AWX_USERNAME>",
"AWX_PASSWORD": "<your AWX_PASSWORD>",
"AWX_VERIFY_SSL": "<your AWX_VERIFY_SSL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"awx-mcp-server": {
"command": "uvx",
"args": [
"awx-mcp-server"
],
"env": {
"AWX_BASE_URL": "<your AWX_BASE_URL>",
"AWX_TOKEN": "<your AWX_TOKEN>",
"AWX_USERNAME": "<your AWX_USERNAME>",
"AWX_PASSWORD": "<your AWX_PASSWORD>",
"AWX_VERIFY_SSL": "<your AWX_VERIFY_SSL>"
}
}
}
}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/io.github.SurgeX-Labs%2Fawx-mcp-server)<a href="https://mcptoplist.com/server/io.github.SurgeX-Labs%2Fawx-mcp-server"><img src="https://mcptoplist.com/badge/io.github.SurgeX-Labs%2Fawx-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
surgex-labs
Other servers by surgex-labs
View all surgex-labs servers →Available versions (3)
| Version | Published |
|---|---|
| 1.1.2 | Feb 13, 2026 |
| 1.1.1 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Awx MCP Server?
- Awx MCP Server is maintained by surgex-labs, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Awx MCP Server listed on the Official MCP Registry?
- Yes — Awx MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Awx MCP Server have?
- MCP Toplist tracks 3 versions of Awx MCP Server, most recently published on Feb 13, 2026.
- Where can I find the source code for Awx MCP Server?
- The source code for Awx MCP Server is hosted at github.com/surgex-labs/awx-mcp-server.
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.