Variflight MCP Server
About
A Model Context Protocol (MCP) server implementation for Variflight services.
Details
- Author
- variflight
- GitHub stars
- 30
- Downloads
- 305
- Categories
- Other
Jump to
- Search direct flights by departure and arrival city/airport codes
- Look up flights by flight number and date
- Get connecting flight transfer options between cities
- Retrieve flight happiness index (punctuality, cabin, meals, entertainment)
- Track real-time aircraft location by tail number
- Fetch 3-day weather forecasts for any airport
- Search flight itineraries with natural-language summaries and pricing
- Get structured cabin-level flight prices between two cities
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Variflight MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Requires a Variflight API key, obtainable from https://mcp.variflight.com. Install by adding the server configuration to your MCP client with the command npx -y @variflight-ai/variflight-mcp and setting the VARIFLIGHT_API_KEY environment variable. Then call any of the eight available tools to retrieve flight, weather, or comfort data.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"variflight mcp server": {
"variflight": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "your_api_key_here"
}
}
}
}
}
McpServers
{
"variflight": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "your_api_key_here"
}
}
}
Variflight MCP Server
A Model Context Protocol (MCP) server implementation for VariFlight flight information services. This server provides various tools to query flight information, weather data, and flight comfort metrics.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



