Skip to main content
Glama
impca201
by impca201

Google Flights MCP – Cloudflare Workers

Google Flightsを検索するためのリモート**Model Context Protocol (MCP)**サーバーで、Cloudflare Workers上でホストされています。 salamentic/google-flights-mcp をベースに、TypeScript / Cloudflare Workersへ移植したものです。

ツール

ツール

説明

search_flights

片道または往復のフライトを検索(IATAコード、日付、乗客数、座席クラス)

airport_search

都市、国、または名前から空港のIATAコードを検索

get_travel_dates

推奨される出発日/帰着日を生成

update_airports_database

アップストリームのCSVからメモリ内の空港リストを更新

デプロイ

npm install
npx wrangler deploy

MCPエンドポイント

デプロイ後、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

-
security - not tested
F
license - not found
-
quality - not tested

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