Skip to content
MCP-Bridge
Developer Tools

airportsapi MCP Config

Get name and website-URL for airports by ICAO code. Covered airports are mostly in Germany.

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/airport-web-appspot-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/airport-web-appspot-com.json to fetch programmatically.

{
  "mcpServers": {
    "airport-web-appspot-com": {
      "command": "npx",
      "args": ["-y","@mcp/airport-web-appspot-com"],
      "env": {
      "AIRPORTSAPI_API_KEY": "your_airportsapi_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/airport-web-appspot-com.json

Environment Variables

AIRPORTSAPI_API_KEY

Replace your_airportsapi_api_key with your actual airportsapi api key

Endpoints

GET/airportsapi/v1/airports/{icao_code}

AirportApi_getAirport