weather-mcp-server

raviraval79/weather-mcp-server
★ 0 stars Python API Integration Updated today
MCP server that provides weather details from open-meteo
View on GitHub → Try with Claude — $10 free →

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

README Excerpt

An [MCP](https://modelcontextprotocol.io/) server wrapping the [Open-Meteo API](https://open-meteo.com/), deployed on GCP Cloud Run. No API key required — Open-Meteo is free and open. | Tool | Description | |---|---| | `get_current_weather` | Current conditions for a lat/lon | | `get_forecast` | Up to 16-day daily (or hourly) forecast |

Tools (4)

GCP_SA_KEYget_current_weatherget_forecastget_historical_weather