io.github.chrischall/flightaware-mcp MCP Server
io.github.chrischall/flightaware-mcp
What is the io.github.chrischall/flightaware-mcp MCP server?
Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).
How to install io.github.chrischall/flightaware-mcp
Copy-paste configuration for popular MCP clients.
AEROAPI_API_KEYrequiredsecretYour FlightAware AeroAPI key (flightaware.com/aeroapi/portal)
AEROAPI_OUTPUT_DIRDefault directory for flight-map PNGs (default: current working directory)
AEROAPI_CACHE_TTLSeconds to cache identical live-data GET responses (default 15; 0 disables)
AEROAPI_STATIC_CACHE_TTLSeconds to cache reference data — airports, operators, routes, ownership (default 3600; 0 disables)
{
"mcpServers": {
"flightaware-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/flightaware-mcp"
],
"env": {
"AEROAPI_API_KEY": "<YOUR_AEROAPI_API_KEY>",
"AEROAPI_OUTPUT_DIR": "<YOUR_AEROAPI_OUTPUT_DIR>",
"AEROAPI_CACHE_TTL": "<YOUR_AEROAPI_CACHE_TTL>",
"AEROAPI_STATIC_CACHE_TTL": "<YOUR_AEROAPI_STATIC_CACHE_TTL>"
}
}
}
}{
"mcpServers": {
"flightaware-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/flightaware-mcp"
],
"env": {
"AEROAPI_API_KEY": "<YOUR_AEROAPI_API_KEY>",
"AEROAPI_OUTPUT_DIR": "<YOUR_AEROAPI_OUTPUT_DIR>",
"AEROAPI_CACHE_TTL": "<YOUR_AEROAPI_CACHE_TTL>",
"AEROAPI_STATIC_CACHE_TTL": "<YOUR_AEROAPI_STATIC_CACHE_TTL>"
}
}
}
}{
"mcpServers": {
"flightaware-mcp": {
"command": "npx",
"args": [
"-y",
"@chrischall/flightaware-mcp"
],
"env": {
"AEROAPI_API_KEY": "<YOUR_AEROAPI_API_KEY>",
"AEROAPI_OUTPUT_DIR": "<YOUR_AEROAPI_OUTPUT_DIR>",
"AEROAPI_CACHE_TTL": "<YOUR_AEROAPI_CACHE_TTL>",
"AEROAPI_STATIC_CACHE_TTL": "<YOUR_AEROAPI_STATIC_CACHE_TTL>"
}
}
}
}{
"servers": {
"flightaware-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chrischall/flightaware-mcp"
],
"env": {
"AEROAPI_API_KEY": "<YOUR_AEROAPI_API_KEY>",
"AEROAPI_OUTPUT_DIR": "<YOUR_AEROAPI_OUTPUT_DIR>",
"AEROAPI_CACHE_TTL": "<YOUR_AEROAPI_CACHE_TTL>",
"AEROAPI_STATIC_CACHE_TTL": "<YOUR_AEROAPI_STATIC_CACHE_TTL>"
}
}
}
}claude mcp add flightaware-mcp --env AEROAPI_API_KEY=<YOUR_AEROAPI_API_KEY> --env AEROAPI_OUTPUT_DIR=<YOUR_AEROAPI_OUTPUT_DIR> --env AEROAPI_CACHE_TTL=<YOUR_AEROAPI_CACHE_TTL> --env AEROAPI_STATIC_CACHE_TTL=<YOUR_AEROAPI_STATIC_CACHE_TTL> -- npx -y @chrischall/flightaware-mcpRelated MCP servers
OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal
Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs
Redfin real-estate for Claude — search, property details, market reports, saved homes
Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets
Google Classroom via gogcli for Claude — courses, assignments, submissions, grading
Extended Google Docs for Claude via gogcli — auth + full Docs and comments support