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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

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

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