Home › Other › variflight-mcp

variflight-mcp

VariFlight's official MCP server provides tools to query flight, weather, comfort, and fare data.

JavaScript
★ 33 stars Last pushed 2026-04-20

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @variflight-ai/variflight-mcp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "variflight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@variflight-ai/variflight-mcp@1.0.1"
      ],
      "env": {
        "VARIFLIGHT_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • VARIFLIGHT_API_KEY required secret — Your API key for the service

Related servers

Data from the Official MCP Registry