Qweather Mcp Server
About
Qweather Mcp Server is a Model Context Protocol server that queries real-time weather data using the Qweather (和风天气) API. It is intended for AI assistants or applications that need live weather information.
Details
- Author
- yangxt65535
- Downloads
- 323
- Categories
- Other
Jump to
- Query real-time weather data via Qweather API
- Simple API key authentication (no JWT support)
- Lightweight and easy to run with uv
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Qweather Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"qweather mcp server": {
"qweather-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}
}
McpServers
{
"qweather-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
使用和风天气API的天气查询MCP服务器,支持查询实时天气
运行时需要声明环境变量
- QWEATHER_HOST 你的API端点
- QWEATHER_API_KEY 你的API_KEY(只做了API_KEY验证,不支持JWT)
建议使用uv运行项目
``bash``
uv sync
uv run main.py
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



