claude_weather_mcp

ch2ohch2oh/claude_weather_mcp

3.1

If you are the rightful owner of claude_weather_mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Weather MCP Server provides US weather forecasts and alerts using the National Weather Service API.

Tools
2
Resources
0
Prompts
0

Weather MCP Server

MCP server providing US weather forecasts and alerts via the National Weather Service API.

Tools

  • get_forecast(latitude, longitude) - Get weather forecast for coordinates
  • get_alerts(state) - Get active weather alerts for US state (2-letter code)

Setup

uv run weather.py

MCP Configuration

My own example config below. Make sure to restart Claude after making changes.

{
  "mcpServers": {
    "weather": {
      "command": "C:\\ProgramData\\anaconda3\\Scripts\\uv.exe",
      "args": [
        "--directory",
        "C:\\Users\\Dazhi Wang\\mcp\\weather",
        "run",
        "weather.py"
      ]
    }
  }
}

Demo

Claude calling local MCP server

The MCP server is visible in Settings > Developer

Claude developer settings