freshcrate
Skin:/
Home > MCP Servers > mcp-caiyun-weather

mcp-caiyun-weather

A Model Context Protocol (MCP) server for Caiyun (ColorfulClouds) Weather.

Why this rank:Strong adoptionRelease freshnessHealthy release cadence

Description

A Model Context Protocol (MCP) server for Caiyun (ColorfulClouds) Weather.

README

Caiyun Weather MCP Server

Setup Instructions

Before anything, ensure you have access to the API. You can apply for it at https://docs.caiyunapp.com/weather-api/.

Install uv first.

MacOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh

Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Setup with Claude Desktop

# claude_desktop_config.json
# Can find location through:
# Hamburger Menu -> File -> Settings -> Developer -> Edit Config
{
  "mcpServers": {
    "caiyun-weather": {
      "command": "uvx",
      "args": ["mcp-caiyun-weather"],
      "env": {
        "CAIYUN_WEATHER_API_TOKEN": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Ask Claude a question requiring weather

e.g. "What's the weather in Beijing Now?"

Local/Dev Setup Instructions

Setup with Claude Desktop

# claude_desktop_config.json
# Can find location through:
# Hamburger Menu -> File -> Settings -> Developer -> Edit Config
{
  "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"
      }
    }
  }
}

Debugging

Run:

npx @modelcontextprotocol/inspector \
      uv \
      --directory /ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-caiyun-weather \
      run \
      mcp-caiyun-weather

Available Tools

  • get_realtime_weather: Get real-time weather data for a specific location

    • Parameters:
      • lng: The longitude of the location
      • lat: The latitude of the location
    • Returns detailed information including:
      • Temperature
      • Humidity
      • Wind speed and direction
      • Precipitation intensity
      • Air quality metrics (PM2.5, PM10, O3, SO2, NO2, CO)
      • AQI (China and USA standards)
      • Life indices (UV and Comfort)
  • get_hourly_forecast: Get hourly weather forecast for the next 72 hours

    • Parameters:
      • lng: The longitude of the location
      • lat: The latitude of the location
    • Returns hourly forecast including:
      • Temperature
      • Weather conditions
      • Rain probability
      • Wind speed and direction
  • get_weekly_forecast: Get daily weather forecast for the next 7 days

    • Parameters:
      • lng: The longitude of the location
      • lat: The latitude of the location
    • Returns daily forecast including:
      • Temperature range (min/max)
      • Weather conditions
      • Rain probability
  • get_historical_weather: Get historical weather data for the past 24 hours

    • Parameters:
      • lng: The longitude of the location
      • lat: The latitude of the location
    • Returns historical data including:
      • Temperature
      • Weather conditions
  • get_weather_alerts: Get weather alerts for a specific location

    • Parameters:
      • lng: The longitude of the location
      • lat: The latitude of the location
    • Returns weather alerts including:
      • Alert title
      • Alert code
      • Alert status
      • Alert description

Note: All tools require a valid Caiyun Weather API token to be set in the environment variable CAIYUN_WEATHER_API_TOKEN.

Release History

VersionChangesUrgencyDate
v0.1.4## What's Changed * chore(deps): bump the dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/caiyunapp/mcp-caiyun-weather/pull/14 * chore(deps): bump actions/checkout from 6 to 7 in the dependencies group by @dependabot[bot] in https://github.com/caiyunapp/mcp-caiyun-weather/pull/18 * chore(deps): bump the dependencies group across 1 directory with 3 updates by @dependabot[bot] in https://github.com/caiyunapp/mcp-caiyun-weather/pull/17 * feat: add High7/24/2026
v0.1.3**Full Changelog**: https://github.com/caiyunapp/mcp-caiyun-weather/compare/v0.1.2...v0.1.3High4/10/2026
v0.1.2## What's Changed * Use metric:v2 units in API requests by @tssujt in https://github.com/caiyunapp/mcp-caiyun-weather/pull/13 **Full Changelog**: https://github.com/caiyunapp/mcp-caiyun-weather/compare/v0.1.1...v0.1.2Low2/27/2026
v0.1.1## What's Changed * fix: Correct datetime handling and wind data extraction in weather forecasts by @tssujt in https://github.com/caiyunapp/mcp-caiyun-weather/pull/12 **Full Changelog**: https://github.com/caiyunapp/mcp-caiyun-weather/compare/v0.1.0...v0.1.1Low12/31/2025
v0.1.0## What's Changed * feat: add more tools via cursor by @adamwen829 in https://github.com/caiyunapp/mcp-caiyun-weather/pull/1 * docs: Update README.md by @tssujt in https://github.com/caiyunapp/mcp-caiyun-weather/pull/2 ## New Contributors * @adamwen829 made their first contribution in https://github.com/caiyunapp/mcp-caiyun-weather/pull/1 * @tssujt made their first contribution in https://github.com/caiyunapp/mcp-caiyun-weather/pull/2 **Full Changelog**: https://github.com/caiyunapp/mcLow3/28/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

AgentGuardProtect AI agents by detecting and blocking prompt, command injection, Unicode bypass, and social engineering attacks with customizable security controls.main@2026-09-10
uk-due-diligence-mcpUK due diligence MCP server — Companies House, corporate research, compliance checksv1.4.0
claude-copilotTransform Claude Code into a full development team. 11 specialized agents (Architect, Engineer, QA, Security, UX, DevOps, and more), persistent memory across sessions, and 25,000+ on-demand skills. Wov5.15.2
hybrid-orchestrator🤖 Implement hybrid human-AI orchestration patterns in Python to coordinate agents, manage sessions, and enable smooth AI-human handoffs.master@2026-09-09
tradememory-protocolDecision audit trail + persistent memory for AI trading agents. Outcome-weighted recall, SHA-256 tamper detection, 17 MCP tools.v0.5.5

More in MCP Servers

difyProduction-ready platform for agentic workflow development.
tabularisA lightweight, cross-platform database client for developers. Supports MySQL, PostgreSQL and SQLite. Hackable with plugins. Built for speed, security, and aesthetics.
ai-agents-from-zero 🚀 2026 最系统的 AI Agent 速成指南|智能体实战教程 · 完整学习路径 + 实战项目 + 面试题库 · 对标大模型应用开发工程师岗位 · 覆盖LangChain / LangGraph / Coze / Dify / MCP / skills / LLM / RAG / 提示词 · 企业级部署与微调 · 从0到企业级落地 + 从学习到上线项目 + 面试准备一体化
studioOpen-source control plane for your AI agents. Connect tools, hire agents, track every token and dollar