MCP Hub
Back to servers

Google Flights MCP

A remote MCP server that searches Google Flights for flight information and airport codes. It enables users to find flights, locate airports, and generate travel dates through natural language interactions.

glama
Updated
Apr 13, 2026

Google Flights MCP – Cloudflare Workers

A remote Model Context Protocol (MCP) server that searches Google Flights, hosted on Cloudflare Workers. Based on salamentic/google-flights-mcp, ported to TypeScript / Cloudflare Workers.

Tools

ToolDescription
search_flightsSearch one-way or round-trip flights (IATA codes, dates, passengers, seat class)
airport_searchFind airport IATA codes by city, country, or name
get_travel_datesGenerate suggested departure / return dates
update_airports_databaseRefresh in-memory airport list from upstream CSV

Deploy

npm install
npx wrangler deploy

MCP endpoint

https://google-flights-mcp-worker.wim-8af.workers.dev/mcp

Connect to Claude / Cursor / Windsurf

{
  "mcpServers": {
    "google-flights": {
      "type": "http",
      "url": "https://google-flights-mcp-worker.wim-8af.workers.dev/mcp"
    }
  }
}

License

MIT

Reviews

No reviews yet

Sign in to write a review