MCP server integrating Amadeus flight search capabilities with Claude Desktop
Overview
what is Amadeus MCP Server?
Amadeus MCP Server integrates Amadeus flight search capabilities with Claude Desktop, allowing users to search for flights using a simple command interface.
how to use Amadeus MCP Server?
To use the Amadeus MCP Server, set up the required environment variables in a .env file, configure Claude Desktop to recognize the MCP server, and use the search_flights tool with the appropriate parameters.
key features of Amadeus MCP Server?
- Integration with Amadeus flight search API
- Command-line interface for flight searches
- Support for async operations
use cases of Amadeus MCP Server?
- Searching for flights between two IATA airport codes.
- Integrating flight search capabilities into applications using Claude Desktop.
- Automating flight search queries for travel planning.
FAQ from Amadeus MCP Server?
- What are the required environment variables?
You need to set
AMADEUS_API_KEYandAMADEUS_API_SECRETin your.envfile.
- How do I troubleshoot connection timeouts?
Check the server logs and verify your environment variables.
- Can I run the server standalone?
Yes, you can run a standalone test using the provided command.