Weather MCP Server
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., "@Weather MCP Serverwhat's the forecast for 38.9, -77.0?"
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.
Weather MCP Server
A Model Context Protocol (MCP) server that provides weather forecasts and alerts for US locations using the National Weather Service (NWS) API.
Features
Weather Alerts — Retrieve active NWS weather alerts for any US state
Weather Forecast — Get a detailed forecast for any US location by latitude/longitude
Weather Briefing Prompt — A pre-built prompt that combines alerts and forecast into a comprehensive briefing
Related MCP server: Weather MCP Server
Prerequisites
Node.js v18 or later
An MCP-compatible client (e.g. Claude Desktop)
Note: The NWS API only supports locations within the United States.
Installation
npm install
npm run buildUsage
Run the server directly via stdio (the standard MCP transport):
node build/index.jsOr use the weather bin alias after a global/local install:
npx weatherIntegrating with Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["/absolute/path/to/mcp-poc/build/index.js"]
}
}
}Tools
get_alerts
Retrieves active weather alerts for a US state.
Parameter | Type | Description |
| string | Two-letter state code (e.g. |
get_forecast
Retrieves the weather forecast for a specific US location.
Parameter | Type | Description |
| number | Latitude of the location (-90–90) |
| number | Longitude of the location (-180–180) |
Prompts
weather-briefing
Generates a comprehensive weather briefing for a US state.
Argument | Type | Description |
| string | Two-letter US state code (e.g. |
| string | Latitude of a location within the state for the forecast |
| string | Longitude of a location within the state for the forecast |
Development
# Build TypeScript
npm run build
# Source files
src/index.ts # MCP server, tools, and prompts
src/helpers.ts # NWS API client and shared typesLicense
ISC
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/zsozsesz/mcp-poc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server