Weather MCP Server
Click on "Deploy 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 39.74, -104.99?"
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
The weather-mcp-server is an MCP server that retrieves weather alerts and forecasts from the National Weather Service API.
Requirements
Node.js 18 or newer
An MCP-compatible client
Related MCP server: @cyanheads/nws-weather-mcp-server
Installation
npm install
npm run buildThe compiled server is written to build/index.js.
MCP client configuration
Configure your MCP client to launch the built server over stdio. For example:
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["/absolute/path/to/weather/build/index.js"]
}
}
}Replace the path with the absolute path to this project.
Used In
This MCP Server is being used in mcp-client.
Available tools
get_alerts
Returns active weather alerts for a US state.
Input:
state: two-letter state code, such asCA
get_forecast
Returns the forecast for a geographic location.
Input:
latitude: number from-90to90longitude: number from-180to180
Data source
Weather data is provided by the National Weather Service API.
License
ISC
This server cannot be deployed
Maintenance
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
Active weather alerts and warnings from the National Weather Service
US weather alerts (NWS): warnings, watches. $0.01/query. Register in-session — free testnet funds.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.55 npmGPL 3.0
- AlicenseNot gradedqualityAmaintenanceGet US weather forecasts, active alerts, and current observations via the National Weather Service API.145 npm1Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides US weather alerts and forecasts via the National Weather Service API.55 npmGPL 3.0
- AlicenseNot gradedqualityDmaintenanceProvides weather alerts and forecasts for US locations using the National Weather Service API.GPL 3.0