AviationData.Systems Airports API V1 Claude Desktop Config
Add the AviationData.Systems Airports API V1 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": {
"aviationdata-systems": {
"command": "npx",
"args": [
"-y",
"@mcp/aviationdata-systems"
],
"env": {
"AVIATIONDATA_SYSTEMS_AIRPORTS_API_V1_API_KEY": "your_aviationdata_systems_airports_api_v1_api_key"
}
}
}
}Environment Variables
AVIATIONDATA_SYSTEMS_AIRPORTS_API_V1_API_KEYReplace your_aviationdata_systems_airports_api_v1_api_key with your actual aviationdata systems airports api v1 api key
Endpoints
GET
/v1/airport/autocomplete/{airport_name}Autocomplete airport names. Returns a maximum of 10 airport names.
GET
/v1/airport/iata/{airport_iata}Search for airport by IATA code
GET
/v1/airport/name/{airport_name}Search for airport by name
GET
/v1/airport/nearest/{result_count}/{latitude}/{longitude}Search for airports by location
GET
/v1/country/code/{country_code}Country airports. Returns a list of airports for a country code(ISO 3166-1 alpha-2 code)
GET
/v1/country_listCountry list. Returns a list of countries where airport data is available