Skip to content
Cline

flightaware mcp for Cline

io.github.chrischall/flightaware-mcp

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

client:Cline transport:stdio runtime:npm

Install flightaware mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

flightaware mcp in other clients