mcp-weather
Verified Safeby ariz-ahmad
Overview
Provides current weather conditions and a 12-hour hourly forecast for a specified location using the AccuWeather API.
Installation
uvx --from git+https://github.com/adhikasp/mcp-weather.git mcp-weatherEnvironment Variables
- ACCUWEATHER_API_KEY
Security Notes
The server correctly uses environment variables for the AccuWeather API key, preventing hardcoding. It caches location keys locally in a JSON file, which is a common and generally safe practice. Network calls are made to a known weather API.
Similar Servers
mcp_weather_server
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
epanet-mcp-server
Provides tools for fetching real-time weather information from the NWS API and running EPANET water network simulations.
mcp-weather
Fetches current weather conditions and forecasts using the AccuWeather API based on location coordinates or search queries.
mcp_server_weather_shilLoon
Provides current and hourly weather forecasts for a specified geographic location.