jweather-mcp-server
0
The Juhe Weather MCP Server is a platform that allows large language models to fetch and receive detailed weather forecasts across various regions and cities in China. It streamlines the process of obtaining timely and accurate weather data for better decision-making.
Juhe Weather MCP Server
A Model Context Protocol (MCP) server providing nationwide weather forecasts in China. This server enables large language models (LLMs) to access weather information for cities, regions, and counties throughout the country.
Components
Tools
The server implements the following tool:
query_weather
: Retrieves real-time weather forecasts based on the name of a city, region, or county.- Requires the "city" parameter, a string of the location name.
Install
This server requires Python 3.10 or higher. Dependencies can be installed using either uv or pip.
Configuration
Environment Variables
JUHE_WEATHER_API_KEY
: Required API key for Juhe's weather forecast service.