qweather-mcp-server

qweather-mcp-server

0

This project is an MCP server designed to query real-time weather information using the QWeather API. It provides a straightforward way to access weather data, requiring specific environment variables for configuration.

使用和风天气API的天气查询MCP服务器,支持查询实时天气

运行时需要声明环境变量

  • QWEATHER_HOST 你的API端点
  • QWEATHER_API_KEY 你的API_KEY(只做了API_KEY验证,不支持JWT)

建议使用uv运行项目

uv sync
uv run main.py