Submit

KnowAir Weather MCP

@shuowang-ai

Description KnowAir Weather MCP is a comprehensive weather and air quality Model Context Protocol (MCP) server. It provides real-time meteorological data and detailed air quality monitoring (PM2.5, PM10, O₃, SO₂, NO₂, CO, AQI – CN & US standards), along with short- and long-term forecasts and astronomical information. Built with Python 3.12+ and FastMCP, it integrates with the Caiyun Weather API to deliver high-precision environmental intelligence. Features • 🌤️ Meteorology: real-time temperature, humidity, wind, precipitation • 🏙️ Air Quality: pollutant concentrations + AQI (CN & US) • 📅 Forecasts: 72-hour hourly and 7-day daily predictions • 🌧️ Minute-level precipitation: hyper-local rain/snow timing (China cities) • 🌅 Astronomy: sunrise, sunset, moon phases • ⚠️ Alerts: real-time weather and air quality warnings Example Usage Ask Claude (with this MCP enabled): “What’s the current weather and air quality in Beijing?” “Get comprehensive environmental data for 116.4575, 39.9113”

Tools

Server Config

{
  "mcpServers": {
    "knowair-weather": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/Weather-MCP",
        "run",
        "mcp-knowair-weather"
      ],
      "env": {
        "CAIYUN_WEATHER_API_TOKEN": "YOUR_API_TOKEN_HERE"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.