Skip to main content
Glama
impca201
by impca201

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

Tool

Description

search_flights

Search one-way or round-trip flights (IATA codes, dates, passengers, seat class)

airport_search

Find airport IATA codes by city, country, or name

get_travel_dates

Generate suggested departure / return dates

update_airports_database

Refresh in-memory airport list from upstream CSV

Deploy

npm install
npx wrangler deploy

MCP endpoint

After deployment the MCP endpoint is available at:

https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp

Connect to Claude / Cursor / Windsurf

{
  "mcpServers": {
    "google-flights": {
      "type": "http",
      "url": "https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp"
    }
  }
}

License

MIT

F
license - not found
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Geo-based flight search MCP server. Find more flights between any two places on earth

  • Flight Intelligence MCP — search, cheapest dates, multi-city, airline compare via Google Flights

  • AI marketplace — flights, tours, activities, transport & more via MCP. No auth required.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/impca201/google-flights-mcp-worker'

If you have feedback or need assistance with the MCP directory API, please join our Discord server