MCP Servers / other / Weather API MCP Server

Weather API MCP Server

JSON →
none1other

Provides current weather data and forecasts using the QWeather API.

Install
How to run this server
[ { "cmd": "npx mcp-weather-api", "imports": [] } ]
server path: weather-api-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envQWEATHER_API_KEY
envQWEATHER_API_URL
envQWEATHER_GEO_API_URL
Resources
Weather API MCP Server — MCP Server · libregistry