weather-dashboard-mcp.md

Weather Dashboard MCP

UI App
from"microagents"
580

Real-time weather data with interactive visualizations using Open-Meteo API

Visualization
weatherdashboardreal-timeOpen-Meteo
install.sh
# Clone the repository
$git clone https://github.com/microagents/mcp-weather-free
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve