Loading MCP server directory, please wait...
VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.
npx @getmcp/cli add io.github.variflight/variflight-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
VARIFLIGHT_API_KEYYour API key for the service
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.variflight/variflight-mcp": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": ""
}
}
}
}