Skip to content

Weather

Free

by MCP Community

MCP server for Open-Meteo weather API — forecasts, historical data, air quality, marine, geocoding, elevation, climate projections

v0.1.0Added Apr 12, 2026
mcpweatheropen-meteoforecastclimate
Works with:ClaudeGPTGeminiCopilot

Weather MCP Server

MCP server for Open-Meteo weather API — forecasts, historical data, air quality, marine, geocoding, elevation, climate projections

Installation

npx -y @fazorboy/weather-mcp-server

Reviews

Leave a Review

Installation

Quick install
npx -y @fazorboy/weather-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "weather": {
      "command": "npx",
      "args": ["-y", "@fazorboy/weather-mcp-server"]
    }
  }
}