Skip to content
Gemini CLI

weather mcp for Gemini CLI

io.github.mrfentmen/weather-mcp

Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.

client:Gemini CLI transport:stdio runtime:npm

Install weather mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

weather mcp in other clients