io.github.cyanheads/nws-weather-mcp-server
Real-time US weather data via National Weather Service API. Forecasts, alerts, and observations.
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://nws.caseyjhand.com/mcp{
"mcpServers": {
"nws-weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/nws-weather-mcp-server"
],
"env": {
"NWS_USER_AGENT": "(nws-weather-mcp-server, github.com/cyanheads/nws-weather-mcp-server)",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}{
"mcpServers": {
"nws-weather-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/nws-weather-mcp-server"
],
"env": {
"NWS_USER_AGENT": "(nws-weather-mcp-server, github.com/cyanheads/nws-weather-mcp-server)",
"MCP_LOG_LEVEL": "info",
"MCP_HTTP_HOST": "127.0.0.1",
"MCP_HTTP_PORT": "3010",
"MCP_HTTP_ENDPOINT_PATH": "/mcp",
"MCP_AUTH_MODE": "none"
}
}
}
}npx -y @cyanheads/nws-weather-mcp-serverNWS_USER_AGENTUser-Agent header for NWS API requests. The API requires this header but a default is provided.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
NWS_USER_AGENTUser-Agent header for NWS API requests. The API requires this header but a default is provided.
MCP_HTTP_HOSTThe hostname for the HTTP server.
MCP_HTTP_PORTThe port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATHThe endpoint path for the MCP server.
MCP_AUTH_MODEAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVELSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
Deterministic AI governance platform. Validates agent outputs, discovers patterns, solves math.
Visual AI for strategic thinking — SWOT, flowcharts, mindmaps, Gantt diagrams as polished SVG.
Your AI Product Manager. Surface insights, build roadmaps, and plan strategy with 30+ tools.