Amadeus MCP Server

Author:@ben4mn
View on GitHub

Overview

The Amadeus MCP Server connects the Amadeus flight search API to Claude Desktop. It lets users find flights through a straightforward command interface.

To begin, configure the necessary AMADEUS_API_KEY and AMADEUS_API_SECRET as environment variables in a .env file. Then, set up Claude Desktop to connect to this MCP server. You can search for flights by using the search_flights tool with your desired parameters.

Key features include direct integration with the Amadeus flight search API, a command-line interface for queries, and support for asynchronous operations.

Common use cases are finding flights between two IATA airport codes, adding flight search to applications via Claude Desktop, and automating travel planning queries.

For frequent issues: ensure your .env file contains the correct API credentials. If you encounter connection timeouts, check the server logs and verify your environment variables. You can also run the server standalone for testing using the provided command.