Real-time US weather data from NOAA — forecasts, alerts, tropical weather, and severe weather. Install the plugins you need.
npx claudepluginhub klietzau280/claude-plugins-weather-simplifiedCurrent conditions, day/extended/hourly forecasts, and weather alerts for any US zip code. Powered by the National Weather Service.
Tropical weather data for Atlantic and Pacific basins — active storms, hurricane advisories, formation chances, outlooks, and discussions from the National Hurricane Center.
Severe weather data from the Storm Prediction Center — active tornado and thunderstorm watches, convective outlooks (Day 1–8 risk), and mesoscale discussions.
Real-time US weather data from the National Weather Service (NOAA) — current conditions, forecasts, alerts, tropical weather, and severe weather — available as tools for Claude via the Model Context Protocol.
Add the marketplace, then install the plugins you need:
/plugin marketplace add klietzau280/claude-plugins-weather-simplified
/plugin install weather-forecasts@weather-simplified # Forecasts & alerts
/plugin install weather-tropical@weather-simplified # Hurricane tracking
/plugin install weather-severe@weather-simplified # Tornado watches & SPC outlooks
Or browse all three in /plugin > Discover.
Three plugins, each focused on a different domain of weather data. Install one, two, or all three.
Current conditions, forecasts, and alerts for any US ZIP code.
| Skill | Tool | Description |
|---|---|---|
/current-weather | get_current_conditions | Temperature, wind, humidity, conditions |
/forecast | get_forecast | Today & tonight forecast with sunrise/sunset |
/extended-forecast | get_extended_forecast | 4-day / 8-period detailed outlook |
/hourly-forecast | get_hourly_forecast | Hour-by-hour forecast, up to 156 hours |
/weather-alerts | get_weather_alerts | Active NWS warnings and advisories |
Atlantic and Pacific tropical weather from the National Hurricane Center.
| Skill | Tool | Description |
|---|---|---|
/tropical-weather | get_tropical_weather | All tropical data combined |
get_tropical_atlantic | Atlantic basin storms, formation chances, outlooks | |
get_tropical_pacific | Eastern Pacific basin storms, formation chances, outlooks |
Severe weather data from the Storm Prediction Center.
| Skill | Tool | Description |
|---|---|---|
/severe-weather | get_severe_weather | All severe data combined |
get_watches | Active tornado and severe thunderstorm watches | |
get_convective_outlooks | SPC Day 1-8 categorical risk outlooks | |
get_mesoscale_discussions | Real-time SPC severe weather analysis |
Ask Claude naturally — it will pick the right tool:
All data is sourced from official US government APIs:
Claude Code
|
v
+--------------------+
| Plugin Skills | /current-weather, /forecast, /tropical-weather, ...
+--------+-----------+
| MCP tool call
v
+--------------------+
| MCP Server (HTTP) | weather-simplified-graphql.azurewebsites.net/mcp
| 12 tools |
+--------+-----------+
|
v
+--------------------+
| NOAA / NWS APIs | api.weather.gov, NHC, SPC
+--------------------+
You can also use the MCP server directly without the plugin marketplace.
Remote (no install) — add to claude_desktop_config.json:
{
"mcpServers": {
"weather": {
"type": "streamable-http",
"url": "https://weather-simplified-graphql.azurewebsites.net/mcp"
}
}
}
Local (stdio):
git clone https://github.com/klietzau280/weather-simplified-graphql.git
cd weather-simplified-graphql
npm install && npm run build:mcp
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["/absolute/path/to/weather-simplified-graphql/dist-mcp/src/mcp/server.js"]
}
}
}
MIT
Weather Simplified — github.com/klietzau280
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.