Amadeus MCP Server

by donghyun-chae

58 stars
238 downloads
Not rated
GitHub

About

Search for flight offers using the Amadeus Flight Offers Search API.

Details

Author
donghyun-chae
GitHub stars
58
Downloads
238
Categories
Search, Knowledge Base, Other

- Flight search via natural language queries
- Powered by Amadeus Flight Offers Search API
- Supports origin, destination, dates, and passenger details
- Configurable parameters (travel class, non-stop, currency, etc.)
- Returns airline, times, duration, and pricing details

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Amadeus MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via Smithery, or clone the repository and run uv sync to install dependencies. Obtain API credentials from developers.amadeus.com, set AMADEUS_CLIENT_ID and AMADEUS_CLIENT_SECRET in a .env file, then register the server in your MCP client using the provided JSON configuration. The server exposes the get_flight_offers tool for flight search.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "amadeus mcp server": {
            "mcp-amadeus": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@donghyun-chae/mcp-amadeus",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-amadeus": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@donghyun-chae/mcp-amadeus",
            "--client",
            "claude"
        ]
    }
}

Amadeus MCP Server

smithery badge

MCP-Amadeus is a community-developed Model Context Protocol (MCP) server that integrates with the Amadeus Flight Offers Search API to provide flight search capabilities through natural language interfaces. Built for use with MCP-compatible clients (e.g., Claude Desktop).

This project enables users to easily search for flight options between two locations with specific dates using the power of large language models (LLMs) and the Amadeus API.

This project uses the official amadeus-python SDK

> Disclaimer: This is an open-source project not affiliated with or endorsed by Amadeus IT Group. Amadeus® is a registered trademark of Amadeus IT Group.

---

✨ Features

✈️ Flight Offers Search

Retrieve flight options between two locations for specified dates.

> "I'm looking for nonstop flights from New York to London on June 15th, any airline, for 1 adult."
> → ✈️ Returns available flight options with details like departure time, arrival time, airline, and price.

- Powered by Amadeus Flight Offers Search API
- Requires origin, destination, number of tickets and travel date input

---

🌐 Demo

Once installed and connected to an MCP-compatible client (e.g., Claude Desktop), this server exposes tools that your AI assistant can use to fetch flight data.

amadeus-mcp

---

🚀 Quick Start

Installing via Smithery

To install Amadeus MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @donghyun-chae/mcp-amadeus --client claude

1. Clone and Setup

``` bash
git clone https://github.com/donghyun-chae/mcp-amadeus.git
cd mcp-amadeus-flight-offers

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.