Back to Apps

Hands-on MCP Weather
by ankitgmishra
Fetches active National Weather Service (NWS) alerts for US states using the Model Context Protocol.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
This MCP server connects to the National Weather Service (NWS) API to provide real-time weather alert information for US states. It allows AI assistants to retrieve and format active weather warnings, ensuring users have critical safety information based on geographic location.
Tools
get_alerts: Fetches and formats active weather alerts for a specified US state.get_config: Retrieves server configuration and resource definitions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"hands-on-mcp-weather": {
"command": "uv",
"args": ["run", "mcp", "dev", "server/weather.py"]
}
}
}
Supported hosts
- claude
Quick install
uv run mcp dev server/weather.pyInformation
- Pricing
- free
- Published
- 5/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"hands-on-mcp-weather": {"command": "uv", "args": ["run", "mcp", "dev", "server/weather.py"]}}}






