2 months ago
Aviation weather briefings directly in Claude. METARs, TAFs, PIREPs, SIGMETs, and ICON-D2 NWP forecasts — no API key required.
Just ask Claude things like:
"METAR EDDM"
"Preflight briefing EDLI"
"Route weather EDDM to LOWI"
"Any SIGMETs over Germany?"
Server Config
{
"mcpServers": {
"aviation-weather": {
"command": "npx",
"args": [
"-y",
"aviation-weather-mcp"
]
}
}
}