weather-mcp-server

zyiyi2537-crypto/weather-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 17d ago
基于MCP协议的天气查询服务 | 适配Claude/ClaudeCode,支持实时天气、逐小时预报、气象预警,开箱即用的Model Context Protocol服务端
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "weather-mcp-server": {
      "command": "uvx",
      "args": [
        "weather-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install weather-mcp-server