Skip to content
Windsurf

variflight mcp for Windsurf

io.github.variflight/variflight-mcp

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

client:Windsurf transport:stdio runtime:npm

Install variflight mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

variflight mcp in other clients