qweather-mcp-server
by yangxt65535
A weather query MCP server using the QWeather API. It supports querying real-time weather.
View on GitHub
Last updated: N/A
使用和风天气API的天气查询MCP服务器,支持查询实时天气
运行时需要声明环境变量
QWEATHER_HOST
你的API端点QWEATHER_API_KEY
你的API_KEY(只做了API_KEY验证,不支持JWT)
建议使用uv运行项目
uv sync
uv run main.py