juhemcp_jweather-mcp-server
0
The Juhe Weather MCP Server is designed to enable large language models to access real-time weather forecasts across various locations in China. It provides a specific tool to query weather information based on city or district names, requiring Python 3.10+ and an API key for operation.
Overview
- Juhe Weather MCP Server: A Model Context Protocol server providing weather forecasts for cities and regions in China.
- Features: Includes a tool called
query_weather
to query real-time weather forecasts based on city or district names. - Requirements: Python 3.10+, can be installed with uv or pip, and requires an API key from Juhe.
- Usage: Run the server using uvx or as a script after pip installation.
- Configuration: Requires setting the
JUHE_WEATHER_API_KEY
environment variable for API access.