Qweather1
@overstarry
关于 Qweather1
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"qweather1": {
"command": "npx",
"args": [
"-y",
"qweather-mcp"
],
"env": {
"QWEATHER_API_BASE": "<your-api-base-url>",
"QWEATHER_API_KEY": "<your-api-key>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Qweather1?
Qweather1 is an MCP (Model Context Protocol) server that wraps the QWeather API. It enables AI assistants to query comprehensive weather information including real-time conditions, forecasts, precipitation, air quality, and life indices. The server is intended for developers building weather‑aware applications with LLM agents.
How to use Qweather1?
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.
Key features of Qweather1
- 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
Use cases of Qweather1
- Integrate current weather and daily forecasts into personal assistant chatbots
- Provide air quality alerts and health recommendations to users
- Enable trip planning with long‑range forecasts and life indices (dressing, UV, etc.)
- Automate weather‑dependent decision‑making in smart home or agricultural systems
- Combine weather warnings with other data sources for safety applications
FAQ from Qweather1
What authentication methods does Qweather1 support?
The server supports both JWT authentication (EdDSA Ed25519, recommended) and legacy API key authentication. JWT is preferred as QWeather plans to deprecate API key auth in 2027.
How do I install Qweather1?
You can install it via Smithery (npx -y @smithery/cli install @overstarry/qweather-mcp --client claude) or manually by running npx -y qweather-mcp and configuring environment variables.
What weather data can I get from Qweather1?
The server provides current weather, 3–30‑day forecasts, hourly forecasts (24/72/168h), 2‑hour minutely precipitation, weather warnings, 18 life indices, and real‑time, hourly, and daily air quality data.
Where do I get the credentials to use Qweather1?
Obtain your credentials from the QWeather Console at https://console.qweather.com/. For JWT you need a project ID, key ID, and an Ed25519 private key; for legacy auth you need an API key.
Is the API key method still supported?
Yes, it is currently supported but QWeather has announced its deprecation in 2027. The server will use JWT mode if all JWT environment variables are present, even if an API key is also set.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论