Skip to content
Gemini CLI

Open-Meteo Weather for Gemini CLI

io.github.myai-2025/openmeteo-mcp

Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.

client:Gemini CLI transport:stdio runtime:pypi

Install Open-Meteo Weather in Gemini CLI

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

{
  "mcpServers": {
    "openmeteo-mcp": {
      "command": "uvx",
      "args": [
        "myai-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

Open-Meteo Weather in other clients