MCP Weather Server

Integrations

  • Built using Node.js to implement MCP tools for weather data retrieval from the US National Weather Service API.

MCP 날씨 서버

이 프로젝트는 날씨 관련 도구를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버의 데모 구현입니다. 이 서버는 두 가지 도구를 제공합니다.

  1. get-alerts : 특정 미국 주에 대한 활성 날씨 알림을 가져옵니다.
  2. get-forecast : 위도와 경도를 기반으로 특정 위치의 날씨를 예보합니다.

특징

  • Node.js를 사용하여 구축되었습니다.
  • 날씨 데이터 검색을 위한 MCP 도구를 구현합니다.
  • 정확하고 최신의 날씨 정보를 제공하기 위해 미국 국립 기상청 API를 사용합니다.

필수 조건

  • 시스템에 Node.js가 설치되어 있어야 합니다.
  • MCP 개념과 도구에 익숙함.

설정

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 mcp-server-learn을 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 저장소를 복제합니다.
    git clone <repository-url> cd weather
  2. pnpm 사용하여 종속성을 설치합니다(프로젝트에 구성된 대로):
    pnpm install
  3. 프로젝트를 빌드하세요:
    pnpm build

구성

VSCode의 settings.json 파일을 업데이트하여 이 MCP 서버를 추가하세요.

{ "mcpServers": { "weather": { "command": "node", "args": [ "/ABSOLUTE/PATH/TO/PARENT/FOLDER/weather/build/index.js" ] } } }

자원

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

미국 국립 기상청 API를 사용하여 위도/경도 좌표에 따른 미국 주의 날씨 경보 및 예보를 가져오는 도구를 제공하는 모델 컨텍스트 프로토콜 서버입니다.

  1. Features
    1. Prerequisites
      1. Setup
        1. Installing via Smithery
        2. Manual Installation
      2. Configuration
        1. Resources

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            This is a Model Context Protocol (MCP) server that provides weather information using the National Weather Service (NWS) API. Features Get weather alerts for a US state Get weather forecast for a specific location (using latitude and longitude)
            Last updated -
            Python
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that retrieves current weather information for specified cities using the Open-Meteo API, requiring no API key.
            Last updated -
            Python
            Apache 2.0
            • Linux
            • Apple
          • -
            security
            -
            license
            -
            quality
            Provides a Model Context Protocol server that enables large language models to query and retrieve real-time weather forecasts for cities and regions across China.
            Last updated -
            Python
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.
            Last updated -
            2
            115
            TypeScript

          View all related MCP servers

          ID: uwpiorn3cd