Weather
Freeby MCP Community
MCP (Model Context Protocol) server providing weather data from NOAA and Open-Meteo APIs. Supports forecasts, current conditions, and historical weather data (1
v1.6.1Added Apr 12, 2026
mcpmcp-servermodel-context-protocolweatherweather-api
Weather MCP Server
MCP (Model Context Protocol) server providing weather data from NOAA and Open-Meteo APIs. Supports forecasts, current conditions, and historical weather data (1
Installation
npx -y @dangahagan/weather-mcp
Reviews
Installation
Quick install
npx -y @dangahagan/weather-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@dangahagan/weather-mcp"]
}
}
}