mcpbeat Sign in

Flightaware MCP Server

local only

Flightaware MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 384 installs a week from npm. Last commit 20 Sep 2026.

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

Installs per day peak 192 · avg 48 · +12% w/w
a month agotoday
384
Installs / week
npm · @chrischall/flightaware-mcp
1
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Flightaware MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flightaware-mcp -- npx -y @chrischall/flightaware-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flightaware-mcp": {
      "args": [
        "-y",
        "@chrischall/flightaware-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flightaware-mcp]
command = "npx"
args = ["-y", "@chrischall/flightaware-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "flightaware-mcp": {
      "args": [
        "-y",
        "@chrischall/flightaware-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flightaware-mcp": {
      "args": [
        "-y",
        "@chrischall/flightaware-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AEROAPI_API_KEY (Your FlightAware AeroAPI key (flightaware.com/aeroapi/portal)), AEROAPI_OUTPUT_DIR (Default directory for flight-map PNGs (default: current working directory)), AEROAPI_CACHE_TTL (Seconds to cache identical live-data GET responses (default 15; 0 disables)), AEROAPI_STATIC_CACHE_TTL (Seconds to cache reference data — airports, operators, routes, ownership (default 3600; 0 disables)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Flightaware MCP

same job, measured the same way
FlightSeatMap
by flightseatmap

Seat maps, seat ratings, traveller reviews and seat alerts for 150+ airlines.

10 tools answering
LowlandData Procurement & Permit Alerts
by adrienhq

Alerts on official data: US and EU tenders, US federal awards, building permits, MAP violations.

answering
Spanly
by spanly

MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.

answering
N
Befall
by befall

Coordination rooms for AI coding agents: path locks, tasks, and conflict alerts. Metadata only.

87 installs/wk local only
Timer Tracking
by theluckystrike

Timer and time-tracking add-on: start/stop timers, log entries, CSV export. Data stays local.

local only
Stream Estate
by stream

French real estate listings, market data and property alerts (Stream Estate API v2).

answering
Bellwether MCP
by bellwethermetrics

Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.

34 installs/wk local only
LowlandData Procurement & Permit Alerts
by lowlanddata

Alerts on official data: US and EU tenders, federal awards and grants, permits, MAP violations.

answering

Flightaware MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Flightaware MCP?
Flightaware MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @chrischall/flightaware-mcp was installed 384 times last week.
How do I connect Flightaware MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @chrischall/flightaware-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Flightaware MCP?
The npm package @chrischall/flightaware-mcp was installed 384 times in the last week. Week over week that is +12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flightaware MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.