The Variflight MCP server is an implementation of the Model Context Protocol that provides tools for querying flight information, weather data, and flight comfort metrics.
From the registry: VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.
Please install the `variflight-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Variflight API Key** — An API key from mcp.variflight.com. (https://mcp.variflight.com)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@variflight-ai/variflight-mcp"]
- required environment variables:
- `VARIFLIGHT_API_KEY`: Your Variflight API key. (example: `your_api_key_here`)
Note: 7 tools for flight information: route search, flight number search, transfers, happiness index, aircraft location, airport weather, and flight itineraries/prices.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.VARIFLIGHT_API_KEYrequiredAPI key required to use the Variflight MCP server.MCP server that exposes GraphQL operations as tools for AI models.