a year ago
A simple MCP server that provides current weather and hourly weather forecasts for a given location using the Open-Meteo API.
Download from https://github.com/walidsi/openmeteo-weather-mcp
Server Config
{
"mcpServers": {
"open_meteo_weather": {
"command": "uv",
"args": [
"--directory",
"path/to/openmeteo-weather-mcp/",
"run",
"openmeteo_weather/openmeteo_weather.py"
]
}
}
}