Back to Apps

WeatherScope
Supports UIby arjun0014
Interactive weather dashboard for Claude Desktop featuring real-time forecasts, animated charts, and live NWS alerts.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Transforms standard weather data into a rich, interactive UI widget inside Claude Desktop. Instead of plain text, it renders a full dashboard with tabs for current conditions, 7-day forecasts, and live weather alerts using the NOAA/NWS API.
Key features
- Interactive Visuals: Bezier temperature trend curves and precipitation bar charts rendered via Canvas API.
- Live Alerts: Color-coded NWS alerts for the state with pulsing badges and manual refresh capability.
- Adaptive UI: Automatically matches Claude Desktop's light/dark themes using host CSS variables.
- Comprehensive Forecasts: Detailed day/night cards including wind speed and precipitation probability.
Installation
- Claude Desktop: Add the following to
claude_desktop_config.json:
{
"mcpServers": {
"weatherscope": {
"command": "node",
"args": ["C:\\path\\to\\weatherscope-mcp\\dist\\server.js"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm run build && node dist/server.jsInformation
- Pricing
- free
- Published
- 7/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"weatherscope": {
"command": "node",
"args": ["C:\\path\\to\\weatherscope-mcp\\dist\\server.js"]
}
}
}





