Google Flights MCP
by impca201
Google Flights MCP – Cloudflare Workers
Google Flightsを検索するためのリモート**Model Context Protocol (MCP)**サーバーで、Cloudflare Workers上でホストされています。 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/mcpClaude / 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