Qweather1
About
# qweather-mcp [](https://mseep.ai/app/ae24a36c-f029-49b3-9c42-fc111021add0) [](https://mseep.ai/app/overstarry-qweather-mcp) [![smithery…
Details
- Author
- overstarry
- GitHub stars
- 7
- Downloads
- 136
- Categories
- Other
Jump to
- Real‑time weather queries and multi‑day forecasts (3/7/10/15/30 days)
- JWT (EdDSA/Ed25519) and legacy API key authentication
- Custom API base URL support
- Complete tool integration for weather, air quality, and life indices
- Minute‑by‑minute precipitation forecast for the next 2 hours
- Hourly forecasts for 24, 72, or 168 hours
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
Qweather1Command (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
From the repository
Install and configure the server manually via npx -y qweather-mcp or automatically via Smithery for Claude Desktop. Set environment variables for authentication (JWT using EdDSA/Ed25519 keys or a legacy API key) and optionally a custom API base URL. The server runs on stdio and provides tools that can be called by the AI client.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"qweather1": {
"qweather1": {
"command": "npx",
"args": [
"-y",
"qweather-mcp"
],
"env": {
"QWEATHER_API_BASE": "<your-api-base-url>",
"QWEATHER_API_KEY": "<your-api-key>"
}
}
}
}
}
McpServers
{
"qweather1": {
"command": "npx",
"args": [
"-y",
"qweather-mcp"
],
"env": {
"QWEATHER_API_BASE": "<your-api-base-url>",
"QWEATHER_API_KEY": "<your-api-key>"
}
}
}
qweather-mcp
English | 简体中文
> MCP server for QWeather API, providing comprehensive weather information query capabilities through Model Context Protocol (MCP).
✨ Features
- 🌤️ Real-time weather queries
- 📅 Multi-day weather forecasts (3/7/10/15/30 days)
- 🔐 JWT (EdDSA/Ed25519) and legacy API Key authentication
- 🔌 Custom API base URL support
- 🛠️ Complete tool integration
📦 Installation
Via Smithery
Recommended: Install automatically for Claude Desktop using Smithery:
npx -y @smithery/cli install @overstarry/qweather-mcp --client claude
Manual Configuration
1. First, get your credentials from the QWeather Console.
2. Start the server:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



