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.
Most tools return an interactive display as well as text, using the MCP Apps extension. Ask about a wait time and you get a chart, not a paragraph of numbers. It renders inside the chat and follows your client’s light or dark theme.
Supported in Claude Desktop, ChatGPT, VS Code, Goose and MCPJam. Clients without MCP Apps support are unaffected — they get the same text response as before.
22 tools. Tier is read from your flightqueue.com account at sign-in. Free tools work on every plan; Paid tools require an active subscription.