Weather
Freeby 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
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
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"]
}
}
}