nws-mcp-server
Provides weather alerts and forecasts from the National Weather Service, enabling OpenAI to query weather data for US locations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nws-mcp-serverGet weather alerts for Florida"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
National Weather Service MCP Server
This project is an MCP (Model Context Protocol) server that provides weather data using the National Weather Service (NWS) API.
This is not an official NWS product. It is a custom implementation designed to integrate with MCP clients like Claude or OpenAI.
Features
Get weather alerts for a US state
Get weather forecast for a specific location (latitude/longitude)
Related MCP server: Weather MCP Server
Requirements
Node.js (v18+ recommended)
npm
Installation
Clone the repository:
git clone https://github.com/Lil-Code30/nws-mcp-server.git
cd nws-mcp-serverInstall dependencies:
npm installBuild
Compile the TypeScript code:
npm run buildUsage
Run the MCP server:
npm startThe server runs via stdio and exposes two tools:
1. get_alerts
Description: Get weather alerts for a US state.
Input:
state: Two-letter state code (e.g., CA, NY)
How it works:
Uses the NWS Alerts endpoint:
/alerts?area={STATE}Example:
https://api.weather.gov/alerts?area=CAReturns active alerts or a message if none are found.
2. get-forecast
Description: Get weather forecast for a location.
Input:
latitude: Latitude of the location (US only)longitude: Longitude of the location (US only)
How it works:
Uses the NWS Points endpoint:
/points/{lat},{lon}Example:
https://api.weather.gov/points/37.7749,-122.4194Retrieves the forecast URL from the points response, then fetches forecast data from that URL.
Returns a formatted forecast for the location.
NWS API Reference
Full documentation: National Weather Service API
Notes
Only US locations are supported by the NWS API.
The server is designed for integration with MCP clients.
Integrating with Claude or Other MCP Clients
You can connect this MCP server to any MCP-compatible client (like Claude, OpenAI, or custom apps) using the Model Context Protocol. The server communicates via stdio, so you can run it locally and connect via a tool or agent interface.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lil-Code30/nws-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server