Back to directory
odinggg/weather-mcp

odinggg/weather-mcp

@odinggg

使用 OpenWeather API 获取天气数据和空气质量的 MCP 服务器

weatheropenweathermcppythonforecastair-qualitycontext

Installation & Configuration

{
  "mcpServers": {
    "weather": {
      "command": "uv",
      "args": [
        "--directory",
        "/your/path/to/weather-mcp",
        "run",
        "-m",
        "weather_mcp_server.main",
        "--api-key",
        "xxxxxxxxxxxxxxx"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17