mcp-server
0
The MCP Weather Server is a TypeScript-based application implementing the Model Context Protocol using Server-Sent Events. It connects to the US National Weather Service to offer weather forecasts and alerts, supporting multiple client connections over a network.
MCP Weather Server
A TypeScript server implementation for the Model Context Protocol (MCP) using Server-Sent Events (SSE) transport to provide weather information tools.
Features
- Implements MCP over SSE transport
- Provides
get-forecast
andget-alerts
tools - Connects to the US National Weather Service API
Prerequisites
- Node.js v16 or newer
- npm or yarn
Companion Client
Designed to work with the MCP client at tyfeng1997/mcp-client.