loading…
Search for a command to run...
loading…
Provides real-time access to official aviation weather data including METARs, TAFs, and PIREPs directly from aviationweather.gov. It enables users to query airp
Provides real-time access to official aviation weather data including METARs, TAFs, and PIREPs directly from aviationweather.gov. It enables users to query airport observations, forecasts, and pilot reports through natural language within Claude.
A hosted MCP (Model Context Protocol) server that gives Claude direct access to real-time aviation weather data from aviationweather.gov — no web searching needed.
All data comes from the Aviation Weather Center (AWC) API at aviationweather.gov. This is the official FAA/NWS source — free, no API key required.
This server uses:
Once deployed, add it as a custom connector in Claude Chat and Claude can directly query aviation weather data.
pip install -r requirements.txtpython server.py/mcp (e.g., https://your-app.onrender.com/mcp)Once connected, try asking Claude:
| Tool | Description |
|---|---|
get_metar |
Current observations for airport(s) |
get_taf |
Terminal forecast for airport(s) |
get_pireps |
Pilot reports near a station or nationwide |
get_airsigmet |
Current SIGMETs and AIRMETs |
get_station_info |
Station details and coordinates |
Run locally:
pip install -r requirements.txt
python server.py
Server starts on http://localhost:8000/mcp
MIT
Built by a retired corporate pilot who wanted Claude to speak aviation weather natively. 🛩️
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"aviation-weather-mcp-server": {
"command": "npx",
"args": []
}
}
}