Skip to content

aviation weather mcp for Zed

io.github.mrfentmen/aviation-weather-mcp

METAR and TAF aviation weather reports from the FAA and NWS. No key required.

client:Zed transport:stdio runtime:npm

Install aviation weather mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "aviation-weather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/aviation-weather-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

aviation weather mcp in other clients