Overview
what is Qweather Mcp Server?
Qweather Mcp Server is a weather query MCP server that utilizes the 和风天气 (Qweather) API to provide real-time weather information.
how to use Qweather Mcp Server?
To use the Qweather Mcp Server, you need to set up environment variables for your API endpoint and API key, then run the server using the provided commands.
key features of Qweather Mcp Server?
- Real-time weather queries using the 和风天气 API
- Simple setup with environment variable configuration
- Supports basic API key validation
use cases of Qweather Mcp Server?
- Fetching current weather data for a specific location.
- Integrating weather data into applications or services.
- Developing weather-related projects or research.
FAQ from Qweather Mcp Server?
- What do I need to run the Qweather Mcp Server?
You need to set the
QWEATHER_HOST
andQWEATHER_API_KEY
environment variables.
- Can I use this server for commercial purposes?
The usage depends on the terms of the 和风天气 API; please check their documentation for details.
- Is there any support for JWT?
No, the current implementation only supports API key validation.
Content
使用和风天气API的天气查询MCP服务器,支持查询实时天气
运行时需要声明环境变量
QWEATHER_HOST
你的API端点QWEATHER_API_KEY
你的API_KEY(只做了API_KEY验证,不支持JWT)
建议使用uv运行项目
uv sync
uv run main.py
No tools information available.