9c78bad4a03e00be0b0992b2b4ce2007492a43a0
MCP Weather Server
A simple MCP server that provides hourly weather forecasts using the AccuWeather API.
Setup
- Install dependencies using
uv:
uv venv
uv sync
Running the Server
{
"mcpServers": {
"open_meteo_weather": {
}
}
}
API Usage
Get 7-dy Weather Forecast
Response:
{
}
The API provides:
Languages
Python
100%