openmeteo-weather-mcp

walidsi/openmeteo-weather-mcp

3.1

If you are the rightful owner of openmeteo-weather-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Weather Server is a simple model context protocol server that provides hourly weather forecasts using the Open-meteo API.

MCP Weather Server

A simple MCP server that provides hourly weather forecasts using the Open-meteo API.

Setup

  1. Download the source code:
git clone https://github.com/walidsi/openmeteo-weather-mcp.git
  1. Install dependencies using uv:
uv venv
uv sync

Running the Server

{
    "mcpServers": {
        "open_meteo_weather": {
            "command": "uv",
            "args": [
                "--directory",
                "path/to/openmeteo-weather-mcp/",
                "run",
                "openmeteo_weather/openmeteo_weather.py"
            ] 
        }
    }
}