Airport intelligence for your AI. TSA wait times, predictions, FAA delays, baggage stats & live data for 8,000+ airports — directly inside Claude, ChatGPT, Cursor, and Windsurf.
One-click via OAuth — Claude.ai walks you through sign-in.
Claude Desktop talks to remote MCP servers through the mcp-remote bridge, which handles the OAuth handshake for you. Open Settings → Developer → Edit Config and add to claude_desktop_config.json:
{
"mcpServers": {
"flightqueue": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.flightqueue.com/mcp"]
}
}
}Restart Claude Desktop. A browser window opens for sign-in on first launch; after that, FlightQueue tools appear in the tools menu.
Run in your terminal:
claude mcp add --transport http flightqueue https://mcp.flightqueue.com/mcp
Claude Code triggers the OAuth flow on first use — sign in to flightqueue.com, click Allow, and the tools are ready.
Cursor: Settings → MCP → Add new global server. Windsurf: Settings → Cascade → MCP → Add custom server. Both clients route OAuth through the mcp-remote bridge:
{
"mcpServers": {
"flightqueue": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.flightqueue.com/mcp"]
}
}
}Sign-in opens in your browser on first connect. See Cursor MCP docs or Windsurf MCP docs for the latest config path.
Drop these straight into Claude or ChatGPT once the server is connected.
13 tools. Tier is read from your flightqueue.com account at sign-in. Free tools work on every plan; Paid tools require an active subscription.