weather-mcp
If you are the rightful owner of weather-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol (MCP) server that provides weather data from the National Weather Service API.
The Weather MCP Server is designed to provide real-time weather data and alerts using the National Weather Service API. It is tailored for integration with MCP-compatible clients, such as Claude, to deliver clean and formatted weather information suitable for consumption by language models. The server supports fetching weather forecasts based on geographic coordinates and retrieving weather alerts by US state. It is built using Node.js and requires npm or yarn for dependency management. The server can be run directly or integrated into platforms like Claude Desktop for seamless weather data access.
Features
- Get weather forecasts by geographic coordinates
- Get weather alerts by US state
- Clean, formatted weather data for LLM consumption
- Integration with Claude and other MCP-compatible clients
Tools
get_forecast
Gets weather forecast for a geographic location.
get_alerts
Gets active weather alerts for a US state.