Skip to content
Cline

variflight mcp for Cline

io.github.variflight/variflight-mcp

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

client:Cline transport:stdio runtime:npm

Install variflight mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "variflight-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@variflight-ai/variflight-mcp"
      ],
      "env": {
        "VARIFLIGHT_API_KEY": "<VARIFLIGHT_API_KEY>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

variflight mcp in other clients