Qweather1

by overstarry

7 stars
136 downloads
Not rated
GitHub Website

About

# qweather-mcp [![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/ae24a36c-f029-49b3-9c42-fc111021add0) [![MseeP.ai Security Assessment Badge](https://mseep.net/pr/overstarry-qweather-mcp-badge.png)](https://mseep.ai/app/overstarry-qweather-mcp) [![smithery…

Details

Author
overstarry
GitHub stars
7
Downloads
136
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Qweather1
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

Verified on MseeP MseeP.ai Security Assessment Badge smithery badge

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.