Skip to content

Hefeng

Free

by MCP Community

一个用于和风天气API的MCP服务器,提供天气查询、城市位置ID获取和当前日期时间查询功能。

v1.7.0Added Apr 12, 2026
mcpmodelcontextprotocolweatherhefeng-weathergeolocation
Works with:ClaudeGPTGeminiCopilot

Hefeng MCP Server

一个用于和风天气API的MCP服务器,提供天气查询、城市位置ID获取和当前日期时间查询功能。

Installation

npx -y hefeng-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y hefeng-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "hefeng": {
      "command": "npx",
      "args": ["-y", "hefeng-mcp-server"]
    }
  }
}