Weather API MCP Server
@yoyooyooo
关于 Weather API MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-weather-server-yoyooyooo": {
"command": "npx",
"args": [
"mcp-weather-api"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Weather API MCP Server?
A Model Context Protocol (MCP) server implementation for weather information, providing current weather data and forecasts using the 和风天气 (QWeather) API. It is intended for developers who want to integrate weather data into AI applications.
How to use Weather API MCP Server?
Install via npm install mcp-weather-api or run directly with npx mcp-weather-api. Add the server to your MCP configuration using the command and args shown in the README. Optionally configure environment variables for API key, default location, units, language, and forecast days.
Key features of Weather API MCP Server
- Current Weather data for any location
- 3‑day to 30‑day weather forecasts
- 24‑hour hourly forecasts
- City lookup by name or coordinates
- Customizable units (metric/imperial) and language
- Powered by the QWeather API
Use cases of Weather API MCP Server
- Retrieve current weather for a city in an AI assistant
- Generate a 7‑day forecast for travel planning
- Look up QWeather city IDs for precise location targeting
- Provide hourly weather updates for event scheduling
- Integrate weather data into smart home automation conversations
FAQ from Weather API MCP Server
What API key is used by the server?
A demo API key is included in the package. For production use, you should obtain your own API key from QWeather.
What location formats are supported?
You can use city names (e.g., “New York”), coordinates as “longitude,latitude” (e.g., “119.98,30.24”), or QWeather location IDs (e.g., “101010100” for Beijing).
How do I configure default units, language, or forecast days?
Set environment variables like WEATHER_DEFAULT_UNITS, WEATHER_DEFAULT_LANGUAGE, and WEATHER_FORECAST_DAYS before starting the server, or include them in the env section of your MCP configuration.
What is the response format of the tools?
All tools return an MCP content array with a single text item containing a human-readable string of weather information.
What is the maximum forecast period available?
The forecast tool supports 3, 7, 10, 15, or 30 days. The hourly forecast is limited to a maximum of 24 hours.
媒体与设计 分类下的更多 MCP 服务器
Image-Gen-Server
fengin一个能与Cursor集成的图片生成mcp server工具,实现调用即梦逆向接口
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Game Asset Generator using MCP and Hugging Face Spaces
MubarakHAlketbiAn MCP server for creating 2D/3D game assets from text using Hugging Face AI models.

BibiGPT AI video & audio summarizer
JimmyLvOpenClaw / Claude Code / Codex Agent skill for summarizing videos/audio via BibiGPT CLI (bibi)
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
评论