Connect GetFlight MCP to Claude
Paste-ready Claude setup instructions for connecting GetFlight as a remote MCP flight booking server.
Connection details
Use the remote MCP endpoint https://getflight.uk/mcp. Public flight search works without account authorization; booking, checkout, and account booking tools require OAuth connection to your GetFlight account.
Claude remote custom connectors are added from Settings > Connectors. Claude Code can add a remote HTTP MCP server from the command line.
- Claude connector URL: https://getflight.uk/mcp
- Transport: streamable HTTP
- Authentication: OAuth for account booking actions
- Public tool: search_flights
Claude.ai or Claude Desktop
Open Claude settings, go to Connectors, choose Add custom connector, enter https://getflight.uk/mcp, and finish the connector setup. Then connect it and enable it in the conversation where you want flight booking help.
If Claude asks for authentication, sign in with your GetFlight account email and approve the account connection.
Claude Code
For Claude Code, add the remote HTTP server with: claude mcp add --transport http getflight https://getflight.uk/mcp
After adding it, use Claude Code's MCP tool listing to confirm GetFlight tools are available.
Paste-ready configuration
Claude custom connectors use the remote MCP URL. Claude Code can register the same endpoint as an HTTP MCP server.
claude mcp add --transport http getflight https://getflight.uk/mcpWhat to ask Claude
Use GetFlight to search flights from LHR to JFK on 2026-06-12 for 1 adult in economy.
Compare the best itineraries, then prepare passenger details and send me to Bitcoin checkout only after I approve the selected flight.OAuth and approval model
Account tools require OAuth connection to your GetFlight account. Public search can run without sign-in, but booking, passenger details, checkout, booking lookup, and cancellation are account actions.
Source notes
These instructions follow Claude's remote MCP connector model: remote MCP servers are hosted on the internet, custom connectors are added by URL from Claude connector settings, and Claude Code supports remote HTTP MCP servers.