weather-mcp-server

wangmingyangz1688-art/weather-mcp-server
★ 1 stars Python 🔌 API Integration Updated today
仓库内部是查找天气的MCP
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