Skip to content
MCP-Bridge
Developer ToolsAuto-generated

airportsapi MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/airport-web-appspot-com

Environment Variables

AIRPORTSAPI_API_KEY

Example: your_airportsapi_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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

Endpoints

GET/airportsapi/v1/airports/{icao_code}

AirportApi_getAirport