Skip to main content
Glama

MCP 날씨 서버

대장간 배지

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

  1. get-alerts : 특정 미국 주에 대한 활성 날씨 알림을 가져옵니다.

  2. get-forecast : 위도와 경도를 기반으로 특정 위치의 날씨를 예보합니다.

특징

  • Node.js를 사용하여 구축되었습니다.

  • 날씨 데이터 검색을 위한 MCP 도구를 구현합니다.

  • 정확하고 최신의 날씨 정보를 제공하기 위해 미국 국립 기상청 API를 사용합니다.

Related MCP server: Weather MCP Server

필수 조건

  • 시스템에 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" ] } } }

자원

One-click Deploy
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adarshem/mcp-server-learn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server