Airport & City Search Claude Desktop Config
Add the Airport & City Search MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amadeus-com-amadeus-airport-city-search": {
"command": "npx",
"args": [
"-y",
"@mcp/amadeus-com-amadeus-airport-city-search"
],
"env": {
"AIRPORT___CITY_SEARCH_API_KEY": "your_airport___city_search_api_key"
}
}
}
}Environment Variables
AIRPORT___CITY_SEARCH_API_KEYReplace your_airport___city_search_api_key with your actual airport city search api key
Endpoints
GET
/reference-data/locationsReturns a list of airports and cities matching a given keyword.
GET
/reference-data/locations/{locationId}Returns a specific airports or cities based on its id.