mcp-openweathermap

locupleto/mcp-openweathermap
★ 0 stars Python API Integration Updated today
MCP server for OpenWeatherMap API - weather, forecasts, air quality
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mcp-openweathermap