What is the io.github.thehesiod/aa MCP server?
MCP server for read-only American Airlines AAdvantage account access
How to install io.github.thehesiod/aa
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aa": {
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"aa": {
"type": "stdio",
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}Claude Code
claude mcp add aa -- uvx aa-mcp-serverRelated MCP servers
MCP server for Costco warehouse receipts and online orders
View repository →MCP server for ParentSquare school-parent communication platform
View repository →