2025-05-05 00:29:35 +03:00
2025-05-04 23:33:19 +03:00
2025-05-04 23:33:19 +03:00
2025-05-04 23:33:19 +03:00
2025-05-04 23:33:19 +03:00
2025-05-04 23:39:25 +03:00
2025-05-05 00:29:35 +03:00

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"
            ] 
        }
    }
}
Description
MCP server that fetches current weather info and forecast for a given location.
Readme Unlicense 32 KiB
Languages
Python 100%