openweathermap-viz-mcp.md

OpenWeatherMap Visual MCP

UI App
from"robertn702"
520

Comprehensive weather data with forecasts, air quality, and visual maps

Visualization
OpenWeatherMapforecastsair qualitymaps
install.sh
# Clone the repository
$git clone https://github.com/robertn702/mcp-openweathermap
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve