Nws Weather
Freeby MCP Community
Real-time US weather data via the National Weather Service API. Forecasts, alerts, and observations with zero auth.
v0.4.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolweathernws
Nws Weather MCP Server
Real-time US weather data via the National Weather Service API. Forecasts, alerts, and observations with zero auth.
Installation
npx -y @cyanheads/nws-weather-mcp-server
Reviews
Installation
Quick install
npx -y @cyanheads/nws-weather-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"nws-weather": {
"command": "npx",
"args": ["-y", "@cyanheads/nws-weather-mcp-server"]
}
}
}