Skip to content
MCP-Bridge
Data & Analytics

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace 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_list

Country list. Returns a list of countries where airport data is available