mcp-server-nws-weather

Magic-boxes/mcp-server-nws-weather

3.1

If you are the rightful owner of mcp-server-nws-weather 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 MCP-SSE NWS Weather Service is a server-client setup that allows users to query weather information from the National Weather Service (NWS) using the Model Context Protocol (MCP) with Server-Sent Events (SSE).

mcp-sse的NWS天气服务

简介:调用NWS查询美国天气的MCP Server(openai接口格式)

server-sse运行:

python ./server.py --host=0.0.0.0 --port=8080

client-sse运行

python ./client.py http://localhost:8080/sse/

Configure:

{
  "mcpServers": {
    "nws-weather": {
      "command": "python",
      "args": ["./server-stdio.py"]
    }
  }
}