weather-mcp
0
The Weather MCP Server is a Model Context Protocol server that delivers weather alerts and forecasts using the National Weather Service API. It is designed to integrate with other MCP hosts like Claude for Desktop and supports retrieving weather data based on US state codes and geographic coordinates.
Weather MCP Server
A Model Context Protocol (MCP) server that provides weather alerts and forecasts for US locations using the National Weather Service API.
Features
- Get active weather alerts for US states.
- Retrieve weather forecasts for specific coordinates.
Requirements
- Node.js v16 or higher
- npm
Setup
- Clone or copy the repository.
- Install dependencies with npm.
- Build the server using npm.
Running the Server
- Start the server for local development using npm or by running the built server directly.
MCP Integration
- Provides a configuration example for integrating with Claude for Desktop.
Usage
- get-alerts: Retrieve weather alerts for a US state.
- get-forecast: Get weather forecasts for specified latitude and longitude.