HeFeng Weather MCP Server

by ctermiii

HeFeng Weather MCP Server

A Model Context Protocol server that provides weather forecast data for locations in China through HeFeng Weather API.

Features

  • Get real-time weather data
  • Get hourly weather forecast (24h/72h/168h)
  • Get daily weather forecast (3d/7d/10d/15d/30d)
  • Support location query by longitude and latitude coordinates
  • Full Chinese weather description

API

This MCP server provides the following tool:

get-weather

Get weather forecast data for a specific location.

Usage with MCP Host(eg. Claude Desktop)

Add this to your claude_desktop_config.json

NPX

{ "mcpServers": { "hefeng-weather-server": { "command": "npx", "args": ["hefeng-mcp-server@latest", "--apiKey=${API_KEY}" "--apiUrl=${API_HOST}" ] } } }

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Provides weather forecast data for locations in China through HeFeng Weather API, supporting real-time, hourly, and daily forecasts with full Chinese weather descriptions.

  1. Features
    1. API
      1. get-weather
    2. Usage with MCP Host(eg. Claude Desktop)
      1. NPX
    3. License

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides hourly weather forecasts using the AccuWeather API, enabling users to access current weather conditions and detailed 12-hour forecasts tailored to specific locations.
        Last updated -
        1
        3
        Python
        The Unlicense
      • A
        security
        F
        license
        A
        quality
        Provides weather forecast data for locations in China using the HeFeng Weather API, with real-time, hourly, or daily forecasts and location-based queries.
        Last updated -
        1
        7
        2
        TypeScript
      • -
        security
        A
        license
        -
        quality
        Provides real-time weather data, forecasts, and historical weather information from OpenWeatherMap API for Claude Desktop, enabling natural language queries about current conditions, forecasts, air quality, and weather alerts worldwide.
        Last updated -
        Python
        MIT License
      • -
        security
        -
        license
        -
        quality
        Provides a Model Context Protocol server that enables large language models to query and retrieve real-time weather forecasts for cities and regions across China.
        Last updated -
        Python

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/ctermiii/hefeng-mcp-server'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server