Provides weather information in the US via the Model Context Protocol.
This Node.js server implements the Model Context Protocol (MCP) to deliver weather data for US locations. It's designed to be easily integrated with applications like Claude Desktop, enabling users to query weather forecasts and alerts using natural language. The server offers tools for retrieving weather alerts by state and forecasts by latitude and longitude, making it a practical resource for incorporating real-time weather information into various applications.
主要功能
01Fetches weather alerts for US states.
02Easy setup and deployment using npm and npx.
035 GitHub stars
04Compatible with Claude Desktop through MCP integration.
05Provides weather forecasts for specific locations using latitude and longitude.
使用案例
01Integrating weather data into AI assistants.
02Building weather-aware applications.
03Providing weather information through natural language queries.