Weather MCP Server
JSON →Provides weather information using the free and open-source Open-Meteo API. No API key required.
Install
npx -y @smithery/cli Tools · 8
- get_current_weather Get current weather for a city with comprehensive metrics
- get_weather_by_datetime_range Get weather data for a date range with hourly details
- get_weather_details Get detailed weather information as structured JSON data
- get_air_quality Get air quality information with pollutant levels and health advice
- get_air_quality_details Get detailed air quality data as structured JSON
- get_current_datetime Get current time in any timezone
- get_timezone_info Get timezone information
- convert_time Convert time between timezones
Links
★ 50 GitHub stars