Google Flights MCP
by impca201
Google Flights MCP – Cloudflare Workers
一个托管在 Cloudflare Workers 上的远程 Model Context Protocol (MCP) 服务器,用于搜索 Google Flights。 基于 salamentic/google-flights-mcp,已移植到 TypeScript / Cloudflare Workers。
工具
工具 | 描述 |
| 搜索单程或往返航班(IATA 代码、日期、乘客、座位等级) |
| 通过城市、国家或名称查找机场 IATA 代码 |
| 生成建议的出发/返回日期 |
| 从上游 CSV 刷新内存中的机场列表 |
部署
npm install
npx wrangler deployMCP 端点
部署后,MCP 端点位于:
https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp连接到 Claude / Cursor / Windsurf
{
"mcpServers": {
"google-flights": {
"type": "http",
"url": "https://google-flights-mcp-worker.<your-subdomain>.workers.dev/mcp"
}
}
}许可证
MIT
Related MCP Connectors
Flight search MCP server providing search, pagination, and itinerary details for AI assistants.
Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.
Search and compare flight offers through a cache-aware Streamable HTTP MCP server for AI agents.
Geo-based flight search MCP server. Find more flights between any two places on earth