Loading MCP server directory, please wait...
Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).
npx @getmcp/cli add io.github.chrischall/flightaware-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
AEROAPI_API_KEYYour FlightAware AeroAPI key (flightaware.com/aeroapi/portal)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.chrischall/flightaware-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/flightaware-mcp"
],
"env": {
"AEROAPI_API_KEY": "",
"AEROAPI_OUTPUT_DIR": "",
"AEROAPI_CACHE_TTL": "",
"AEROAPI_STATIC_CACHE_TTL": ""
}
}
}
}