Skip to content
Windsurf

flightaware mcp for Windsurf

io.github.chrischall/flightaware-mcp

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

client:Windsurf transport:stdio runtime:npm

Install flightaware mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "flightaware-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

flightaware mcp in other clients