Amadeus MCP Server
@donghyun-chae
About Amadeus MCP Server
Amadeus MCP(Model Context Protocol) Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-amadeus": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@donghyun-chae/mcp-amadeus",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Amadeus MCP Server?
Amadeus MCP Server is a community-developed Model Context Protocol (MCP) server that integrates with the Amadeus Flight Offers Search API to enable flight search through natural language. It is designed for use with MCP-compatible clients such as Claude Desktop.
How to use Amadeus MCP Server?
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.
Key features of Amadeus MCP Server
- 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
Use cases of Amadeus MCP Server
- Search for flights between two cities on specific dates using an LLM
- Find non-stop flights from New York to London on a given day
Basic information
More Other MCP servers
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student โ in a fraction of the time. What once took a week, now takes one free period.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go ๐
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments