Skip to content
Grok

flightaware mcp for Grok

io.github.chrischall/flightaware-mcp

Live flight tracking and aviation data via FlightAware AeroAPI (flights, airports, alerts).

client:Grok transport:stdio runtime:npm

Install flightaware mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flightaware-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chrischall/flightaware-mcp"
      ],
      "env": {
        "AEROAPI_API_KEY": "<AEROAPI_API_KEY>",
        "AEROAPI_OUTPUT_DIR": "<AEROAPI_OUTPUT_DIR>",
        "AEROAPI_CACHE_TTL": "<AEROAPI_CACHE_TTL>",
        "AEROAPI_STATIC_CACHE_TTL": "<AEROAPI_STATIC_CACHE_TTL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

flightaware mcp in other clients