Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server implementation for VariFlight flight information services, providing tools to query flight data, weather, and comfort metrics.
Add this to your MCP client configuration:
{
"mcpServers": {
"variflight-variflight-mcp": {
"command": "npx",
"args": [
"-y",
"@variflight-ai/variflight-mcp"
],
"env": {
"VARIFLIGHT_API_KEY": "<Your Variflight API key>"
}
}
}
}{
"id": "variflight-variflight-mcp",
"name": "VariFlight",
"description": "A Model Context Protocol (MCP) server implementation for VariFlight flight information services, providing tools to query flight data, weather, and comfort metrics.",
"source_url": "https://github.com/variflight/variflight-mcp",
"publisher_name": "variflight",
"publisher_url": "https://github.com/variflight",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 9360,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@variflight-ai/variflight-mcp"
},
"tools_count": 8
}