Skip to content

Release v0.2.1

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:37
· 1 commit to main since this release
ae64a6b

MCP Weather Server v0.2.1

Installation Options

Docker Image

docker pull ghcr.io/igalarzab/mcp-multi-weather:v0.2.1

Python Package

pip install mcp-multi-weather==v0.2.1

Claude Desktop

// ~/Library/Application Support/Claude/claude_desktop_config.json
"mcpServers": {
  "mcp-multi-weather": {
    "command": "uvx",
    "transport": "stdio",
    "args": [
      "mcp-multi-weather"
    ],
    "env": {
      "WEATHER_PROVIDER": "openweather",
      "OPENWEATHER_API_KEY": "<<TOKEN>>"
    }
  }
}

DXT Package
Download the .dxt file from the assets below and install it using your preferred MCP client.