概要
This tool provides an MCP (Model Context Protocol) server that bridges Amadeus flight search functionality with the Claude Desktop application. By connecting to the Amadeus API, it enables Claude Desktop to access real-time flight information based on user-specified criteria like origin, destination, and date. The server, built with Python and FastMCP, utilizes stdio transport and handles asynchronous flight search operations, providing a streamlined and efficient method for integrating flight search into Claude Desktop workflows.
主な機能
- Implements stdio transport
- Handles asynchronous flight search
- Logs to both stderr and file
- 5 GitHub stars
- Integrates Amadeus flight search with Claude Desktop
- Utilizes FastMCP for server implementation
ユースケース
- Integrating flight search into Claude Desktop workflows
- Accessing real-time flight information via Claude Desktop
- Building travel applications and services with Claude Desktop