Weather
@shuowang-ai
About Weather
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"caiyun-weather": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-caiyun-weather",
"run",
"mcp-caiyun-weather"
],
"env": {
"CAIYUN_WEATHER_API_TOKEN": "YOUR_API_TOKEN_HERE"
}
}
}
}Tools
5Get real-time weather data for a specific location
Get hourly weather forecast for the next 72 hours
Get daily weather forecast for the next 7 days
Get historical weather data for the past 24 hours
Get weather alerts for a specific location
Overview
What is Weather?
Weather is an MCP server that wraps the Caiyun Weather API, enabling AI assistants to retrieve real-time weather, forecasts, historical data, and weather alerts for any location. It is designed for users of Claude Desktop or any MCP client who need on-demand weather information.
How to use Weather?
Install uv, then configure the server in claude_desktop_config.json using the command uvx mcp-caiyun-weather and set the CAIYUN_WEATHER_API_TOKEN environment variable. After setup, ask a question like “What’s the weather in Beijing Now?” to invoke the tools.
Key features of Weather
- Real-time weather data for a specific location.
- Hourly forecast for the next 72 hours.
- Daily forecast for the next 7 days.
- Historical weather for the past 24 hours.
- Weather alerts with title, code, status, description.
- Air quality metrics (PM2.5, PM10, AQI, etc.).
Use cases of Weather
- Ask your AI assistant for current weather conditions.
- Plan outdoor activities using hourly or weekly forecasts.
- Check air quality indices before traveling.
- Monitor severe weather alerts for a location.
- Analyze recent historical weather trends.
FAQ from Weather
How do I get an API token?
Apply for a token at https://docs.caiyunapp.com/weather-api/.
What tools does Weather provide?
Five tools: get_realtime_weather, get_hourly_forecast, get_weekly_forecast, get_historical_weather, and get_weather_alerts.
Where do I configure the server?
In the claude_desktop_config.json file under the mcpServers section, accessible via Claude Desktop’s Developer settings.
What parameters do all tools require?
All tools require lng (longitude) and lat (latitude) of the target location.
Frequently asked questions
How do I get an API token?
Apply for a token at [https://docs.caiyunapp.com/weather-api/](https://docs.caiyunapp.com/weather-api/).
What tools does Weather provide?
Five tools: `get_realtime_weather`, `get_hourly_forecast`, `get_weekly_forecast`, `get_historical_weather`, and `get_weather_alerts`.
Where do I configure the server?
In the `claude_desktop_config.json` file under the `mcpServers` section, accessible via Claude Desktop’s Developer settings.
What parameters do all tools require?
All tools require `lng` (longitude) and `lat` (latitude) of the target location. ###
Basic information
More Media & Design MCP servers
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
Figma MCP Server
TimHoldenModel Context Protocol server implementation for Figma API

Lamina — On-brand product photos, video & try-ons
LaminaGenerate on brand product videos from Claude Code (or any assistant) in one line. Lamina turns a brief + your brand kit into finished product photos, video reels, and campaign banners - no prompt engineering; brand guard
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Comments