Real-time US weather data via the National Weather Service API. Forecasts, alerts, and observations with zero auth.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nws-weather-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/nws-weather-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nws-weather-mcp-serv npx -y cyanheads/nws-weather-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nws-weather-mcp-serv": {
"command": "npx",
"args": [
"-y",
"cyanheads/nws-weather-mcp-server"
]
}
}
}