The MCP Weather Server provides hourly weather forecasts for specified locations using the AccuWeather API.
You can:
Get current weather conditions (temperature, humidity, precipitation status, weather description)
Retrieve a detailed 12-hour forecast with hourly data
Obtain forecasts by providing a location name
Access precipitation probability, type, and intensity information
The server features easy setup with uv for dependencies and requires AccuWeather API configuration in a .env file.
Provides weather data including current conditions and hourly forecasts for locations
MCP Weather Server
A simple MCP server that provides hourly weather forecasts using the AccuWeather API.
Setup
Install dependencies using
uv:
Create a
.envfile with your AccuWeather API key:
You can get an API key by registering at AccuWeather API.
Related MCP server: MCP Weather
Running the Server
API Usage
Get Hourly Weather Forecast
Response:
The API provides:
Current weather conditions including temperature, weather description, humidity, and precipitation status
12-hour forecast with hourly data including:
Relative time from current time
Temperature in Celsius
Weather description
Precipitation probability, type, and intensity