Google Flights MCP
Hosts the MCP server on Cloudflare Workers, enabling deployment and serving of flight search functionality through the Cloudflare Workers platform.
Integrates with Google Flights to search for one-way or round-trip flights using IATA codes, dates, passenger information, and seat classes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Flights MCPsearch flights from JFK to LAX next Friday"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 one-way or round-trip flights (IATA codes, dates, passengers, seat class) |
| Find airport IATA codes by city, country, or name |
| Generate suggested departure / return dates |
| Refresh in-memory airport list from upstream CSV |
Deploy
npm install
npx wrangler deployMCP endpoint
After deployment the MCP endpoint is available at:
https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcpConnect to Claude / Cursor / Windsurf
{
"mcpServers": {
"google-flights": {
"type": "http",
"url": "https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp"
}
}
}License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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