nws-mcp-server

nitvob/nws-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
A quickstart repo for building a simple MCP weather server that exposes two tools—`get-alerts` and `get-forecast`—to fetch live National Weather Service alerts and forecasts, with step-by-step setup and configuration to plug into Claude for Desktop (or any other MCP client).
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nws-mcp-server": {
      "command": "uvx",
      "args": [
        "nws-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nws-mcp-server