aa-mcp-server
Rank #56,222io.github.thehesiod/aa
MCP server for read-only American Airlines AAdvantage account access
aa-mcp-server is a Model Context Protocol (MCP) server published by thehesiod. It ranks #56,222 of 115,591 servers tracked on MCP Toplist. aa-mcp-server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 4, 2026 and most recently updated on May 4, 2026.
Ranks ahead of 59,369 of 115,591 servers on MCP Toplist.
Use aa-mcp-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aa -- uvx aa-mcp-server[mcp_servers.aa]
command = "uvx"
args = ["aa-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aa": {
"type": "stdio",
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}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.thehesiod%2Faa)<a href="https://mcptoplist.com/server/io.github.thehesiod%2Faa"><img src="https://mcptoplist.com/badge/io.github.thehesiod%2Faa.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
thehesiod
Other servers by thehesiod
View all thehesiod servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 4, 2026 |
Frequently asked questions
- Who maintains aa-mcp-server?
- aa-mcp-server is maintained by thehesiod, which publishes 3 MCP servers (9 total versions) tracked on MCP Toplist.
- Is aa-mcp-server listed on the Official MCP Registry?
- Yes — aa-mcp-server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does aa-mcp-server have?
- MCP Toplist tracks 1 version of aa-mcp-server, most recently published on May 4, 2026.
- Where can I find the source code for aa-mcp-server?
- The source code for aa-mcp-server is hosted at github.com/thehesiod/aa-mcp.