aa for Cursor
io.github.thehesiod/aa
MCP server for read-only American Airlines AAdvantage account access
client:Cursor
transport:stdio
runtime:pypi
Install aa in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aa": {
"type": "stdio",
"command": "uvx",
"args": [
"aa-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs