Overview
Features
Hourly Weather Forecast (tool: weather-get_hourly)
Provides hourly forecasts for the next 12 hours with required location and optional units (metric or imperial).
Daily Weather Forecast (tool: weather-get_daily)
Provides daily forecasts for up to 15 days with location, optional days and units (metric or imperial).
Real-time Data Access for LLMs
Enables large language models to fetch up-to-date weather data during conversations.
Unit Support
Displays data in metric (°C) or imperial (°F) units.
Location-based Queries
Forecast tools accept a location parameter to fetch data for a city or location name.
Multiple Access Methods
Run the MCP server via NPX locally or expose it via HTTP/REST using Supergateway.
AccuWeather API Key Management
Uses ACCUWEATHER_API_KEY provided via environment variables for authentication.
Setup and Build Workflow
Clone, install, create .env, and build with npm to run the server.
Who Is This For?
- LLMs:Access real-time weather data through the MCP server to answer weather queries.
- Developers:Integrate into Claude Desktop, Supergateway, or other MCP-compatible clients for weather data.




