Qweather Mcp Server
@yangxt65535
About Qweather Mcp Server
和风天气API MCP服务(练习用)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"qweather-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Qweather Mcp Server?
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.
How to use Qweather Mcp Server?
The server requires two environment variables: QWEATHER_HOST for the API endpoint and QWEATHER_API_KEY for authentication. It is recommended to run the project with uv by executing uv sync and then uv run main.py.
Key features of Qweather Mcp Server
- Query real-time weather data via Qweather API
- Simple API key authentication (no JWT support)
- Lightweight and easy to run with uv
Use cases of Qweather Mcp Server
- Integrate real-time weather queries into AI assistants
- Provide weather context for location‑aware applications
- Support automated weather reporting in chat or workflow tools
FAQ from Qweather Mcp Server
What environment variables are required?
You must set QWEATHER_HOST (your API endpoint) and QWEATHER_API_KEY (your API key).
How does authentication work?
The server only supports API key authentication; JWT is not supported.
What data can it query?
It supports querying real‑time weather data using the Qweather API.
What are the runtime dependencies?
The project is designed to run with Python and the uv package manager; specific dependencies are defined in the project’s pyproject.toml (not detailed in the README).
Frequently asked questions
What environment variables are required?
You must set `QWEATHER_HOST` (your API endpoint) and `QWEATHER_API_KEY` (your API key).
How does authentication work?
The server only supports API key authentication; JWT is not supported.
What data can it query?
It supports querying real‑time weather data using the Qweather API.
What are the runtime dependencies?
The project is designed to run with Python and the `uv` package manager; specific dependencies are defined in the project’s `pyproject.toml` (not detailed in the README).
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments