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 adoptionRecent releaseHealthy 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

m3-memoryLocal-first Agentic Memory Layer for MCP Agents â€ĸ 25 tools â€ĸ Hybrid search (FTS5 + vector + MMR) â€ĸ GDPR â€ĸ 100% localv2026.7.26.0
ai-engineering-from-scratchLearn it. Build it. Ship it for others.v2026.07
developers-guide-to-aiThe Developer's Guide to AI - A Field Guide for the Working Developermain@2026-07-24
mcp-videoVideo editing MCP server for AI agents. 83 tools, 858 tests collected, 3 interfaces. Works with Claude Code, Cursor, and any MCP client. Local, fast, free.v1.10.0
unchained-infraOpen infrastructure/control plane for Unchainedmain@2026-07-24

More in MCP Servers

supersetCode Editor for the AI Agents Era - Run an army of Claude Code, Codex, etc. on your machine
kreuzbergA polyglot document intelligence framework with a Rust core. Extract text, metadata, images, and structured information from PDFs, Office documents, images, and 91+ formats. Available for Rust, Python
ai-engineering-from-scratchLearn it. Build it. Ship it for others.
CodeGraphContextAn MCP server plus a CLI tool that indexes local code into a graph database to provide context to AI assistants.