PluginBench
MCP Server

FlightQueue MCP Server

io.github.jackculpan/flightqueue

What is the FlightQueue MCP server?

TSA wait times, predictions, FAA delays, and baggage stats for 8,000+ airports.

How to install FlightQueue

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "flightqueue": {
      "url": "https://mcp.flightqueue.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "flightqueue": {
      "serverUrl": "https://mcp.flightqueue.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "flightqueue": {
      "type": "http",
      "url": "https://mcp.flightqueue.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "flightqueue": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.flightqueue.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http flightqueue https://mcp.flightqueue.com/mcp

Related MCP servers

Search award flight availability, points pricing, and status matches from your AI assistant.

View repository →

Look up airline seat maps, find the best seats, and manage seat alerts from your AI assistant.

View repository →