weather-mcp-server

404brtk/weather-mcp-server

3.1

If you are the rightful owner of weather-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Weather MCP Server provides weather information using the Open-Meteo API, allowing users to access current weather and forecasts for any location.

Tools
2
Resources
0
Prompts
0

Weather MCP Server

A Model Context Protocol (MCP) server for weather information using the Open-Meteo API.

Configuration

Copy the example settings file to your Qwen directory:

cp .qwen/example.settings.json .qwen/settings.json

Then update the path in .qwen/settings.json to point to your project directory.

Tools

  • get_current_weather: Get current weather for any location
  • get_weather_forecast: Get weather forecast

Both tools accept latitude, longitude, and optional location name parameters.