← Back to browse

BoostedTravel

Indexed by io.github.Efistoffeles

About

Flight search & booking for AI agents. 400+ airlines, 75 free local connectors.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBOOSTEDTRAVEL_API_KEY
Claude Code
claude mcp add --env BOOSTEDTRAVEL_API_KEY= boostedtravel -- npx boostedtravel-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"boostedtravel","command":"npx","args":["boostedtravel-mcp"],"env":{"BOOSTEDTRAVEL_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "boostedtravel": {
      "command": "npx",
      "args": [
        "boostedtravel-mcp"
      ],
      "env": {
        "BOOSTEDTRAVEL_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.