weather_mcp_server

weather_mcp_server

3.3

The Weather MCP Server is designed to provide weather information by connecting to the National Weather Service API.

The Weather MCP Server is a specialized server that utilizes the Model Context Protocol (MCP) to deliver weather-related data. By interfacing with the National Weather Service API, it offers users the ability to access real-time weather alerts and detailed forecasts for specific geographic locations within the United States. This server is particularly useful for applications that require up-to-date weather information, such as travel planning, event management, or emergency response systems. The server is built to be easily integrated into various platforms, providing a seamless experience for developers and end-users alike.

Features

  • Provides active weather alerts for any US state.
  • Delivers detailed weather forecasts for specific geographic coordinates.

Usage with Different Platforms

Running the server directly

python
python weather_server.py

Using with Claude for Desktop


{
    "mcpServers": {
        "weather_mcp_server": {
            "command": "/path/to/uv",
            "args": [
                "--directory",
                "/absolute/path/to/weather_mcp_server",
                "run",
                "weather_server.py"
            ]
        }
    }
}