フライトプランナーMCPサーバー
fast-flights API を使用して旅行代理店レベルのフライト プランを作成するモデル コンテキスト プロトコル サーバー。
特徴
片道・往復航空券を検索
旅行パラメータに基づいて包括的な旅行計画を作成する
空港コード情報を取得する
よくある旅行関連の問い合わせにテンプレートを使用する
インストール
Python 3.10以降がインストールされていることを確認してください
必要なパッケージをインストールします。
使用法
サーバーの実行
サーバーを直接実行できます:
Claude Desktopとの統合
Claude Desktopをインストールする
Claude Desktop 構成ファイルを作成または編集します。
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
フライトプランナー サーバーの構成を追加します。
/PATH/TO/サーバーファイルへの実際のパスに置き換えますClaudeデスクトップを再起動します
MCPインスペクターの使用
テストと開発には、MCP Inspector を使用できます。
利用可能なツール
search_one_way_flights: 空港間の片道便を検索search_round_trip_flights: 空港間の往復航空券を検索create_travel_plan: 包括的な旅行計画を作成する
利用可能なリソース
airport_codes://{query}: 検索クエリに基づいて空港コード情報を取得します
利用可能なプロンプト
flight_search_prompt: フライト検索用テンプレートtravel_plan_prompt: 包括的な旅行計画を作成するためのテンプレート
クロードのクエリ例
Claude Desktop と統合すると、次のようなことを質問できるようになります。
「2025年4月15日にニューヨークからサンフランシスコへのフライトはどれですか?」
「2025年5月1日から2025年5月8日までのLAXからTPEへの出張の旅行プランを作成できますか?」
「東京の空港コードを調べるのを手伝ってください。」
「夏休みにボストンからロンドンへの航空券を予約するのに最適な時期はいつですか?」
ライセンス
マサチューセッツ工科大学
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
fast-flights API を使用して旅行代理店レベルのフライト プランを作成し、ユーザーがフライトを検索して包括的な旅行日程を生成できるようにします。
Related MCP Servers
- Asecurity-licenseAqualityEnables searching and retrieving detailed flight information using the Duffel API, supporting various flight types and flexible search parameters for efficient travel planning.Last updated -3137MIT License
 - Asecurity-licenseAqualityEnables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.Last updated -512285MIT License
 - Asecurity-licenseAqualityProvides tools to query flight and train information including flight searches, train tickets, weather forecasts, and transfer options between different transportation modes.Last updated -92
 - Asecurity-licenseAqualityA server that provides real-time flight information query capabilities to AI assistants, allowing them to access detailed flight statuses, airport details, and related travel information.Last updated -109MIT License