Skip to main content
Glama
adarshem

MCP Weather Server

by adarshem

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"
            ]
        }
    }
}

자원

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    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)
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.
    78
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.

  • US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.

  • Get US weather forecasts, active alerts, and current observations.

View all MCP Connectors

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