Overview
What is Amadeus MCP Server?
It is a Model Context Protocol (MCP) server that connects to the Amadeus API to provide flight search, booking, and analysis capabilities for AI assistants.
How to use Amadeus MCP Server?
Install Node.js 16.x or higher, clone the repository, install dependencies (npm install), create a .env file with your Amadeus API credentials, then build and start the server (npm run build && npm start). Configure your compatible AI assistant (e.g., OpenAI Assistant API) to connect to this server’s endpoint.
Key features of Amadeus MCP Server
- Flight search between airports with various parameters
- Airport information by keyword, city, or country
- Price analysis to determine if prices are high or low
- Cheapest dates for a given route
- Detailed flight offer information
- Pre-configured prompts for common travel planning scenarios
Use cases of Amadeus MCP Server
- Analyze flight prices for a specific route with pricing trend insights
- Find the best flight deals for a given route and date
- Plan a complete multi-city itinerary with optimal routing
- Identify the most economical dates to travel
- Search for airports by code or keyword
FAQ from Amadeus MCP Server
What prerequisites are needed to run the Amadeus MCP Server?
Node.js 16.x or higher and Amadeus API credentials (client ID and secret) are required.
How do I configure API credentials?
Create a .env file in the root directory with AMADEUS_CLIENT_ID=your_client_id and AMADEUS_CLIENT_SECRET=your_client_secret.
How do I run the server?
Build and start with npm run build followed by npm start. For development, use npm run dev.
How do I run integration tests?
Run npm run test:integration after setting up API credentials in .env. The tests use the Amadeus Test Environment and skip automatically if credentials are missing.
What license does the Amadeus MCP Server use?
The server is licensed under the MIT License.