Weather API MCP Server
JSON →Provides current weather data and forecasts using the QWeather API.
Install
npx mcp-weather-api Tools · 4
- getWeather Get current weather data for a location. Supports city name, coordinates, or QWeather location ID.
- getWeatherForecast Get weather forecast for a location. Supports 3, 7, 10, 15, or 30 day forecasts.
- getHourlyWeather Get hourly weather forecast for a location. Supports up to 24 hours.
- lookupCity Look up city information and IDs for more precise weather data.
Environment variables
QWEATHER_API_KEYQWEATHER_API_URLQWEATHER_GEO_API_URL
Links
★ 1 GitHub stars