Skip to main content
Glama
WorldWeatherOnline

World Weather Online MCP

Official

World Weather Online — MCP 서버 (Railway)

World Weather Online을 위한 MCP 서버입니다. Claude, Cursor 및 기타 AI 어시스턴트가 WWO 날씨 데이터를 도구로 직접 호출할 수 있게 해줍니다.

Railway에 배포하기

1단계 — GitHub에 푸시

  1. github.com에 새 저장소를 만듭니다 (이름: wwo-mcp-server)

  2. 이 폴더에서 터미널을 열고 다음을 실행합니다:

git init
git add .
git commit -m "Initial commit"
git remote add origin https://github.com/YOUR_USERNAME/wwo-mcp-server.git
git push -u origin main

2단계 — Railway에 배포

  1. https://railway.app 에 접속하여 GitHub 계정으로 가입/로그인합니다.

  2. New ProjectDeploy from GitHub repo를 클릭합니다.

  3. wwo-mcp-server 저장소를 선택합니다.

  4. Railway가 Node.js를 자동으로 감지하고 배포합니다.

서버는 다음과 같은 URL에서 라이브 상태가 됩니다:

https://wwo-mcp-server-production.up.railway.app

3단계 — 사용자 지정 도메인 추가

  1. Railway 대시보드 → 프로젝트 → SettingsNetworkingCustom Domain으로 이동합니다.

  2. mcp.worldweatheronline.com을 입력하고 Add를 클릭합니다.

  3. Railway가 다음과 같은 CNAME 값을 보여줍니다:

    wwo-mcp-server-production.up.railway.app
  4. DNS 제공업체로 이동하여 다음을 추가합니다:

    유형

    이름

    CNAME

    mcp

    wwo-mcp-server-production.up.railway.app

  5. SSL 인증서가 몇 분 내에 자동으로 프로비저닝됩니다.

4단계 — 테스트

상태 엔드포인트를 방문하세요:

https://mcp.worldweatheronline.com/health

MCP Inspector에서 테스트하세요:

https://mcp.worldweatheronline.com/mcp?key=YOUR_WWO_API_KEY

Related MCP server: OpenWeather-OneCall3-MCP

AI 클라이언트 연결

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "world-weather-online": {
      "url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Cursor / Windsurf

.cursor/mcp.json에 추가하세요:

{
  "mcpServers": {
    "world-weather-online": {
      "url": "https://mcp.worldweatheronline.com/mcp?key=YOUR_API_KEY"
    }
  }
}

사용 가능한 도구

도구

설명

get_weather

현재 상태 + 14일 예보

get_historical_weather

2008년부터의 과거 날씨

get_marine_weather

너울, 조수, 수온

get_ski_weather

정상/중간/기저 고도 예보

search_location

위치 자동 완성

get_astronomy

일출, 일몰, 달의 위상

get_timezone

현지 시간 + UTC 오프셋

get_climate_averages

12년 월간 기후 평균


로컬 개발

npm install
npm run dev

서버는 http://localhost:3000에서 실행됩니다

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides weather data from WeatherAPI.com through MCP, enabling AI agents to query current conditions and forecasts via natural language.
    2 npm
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides weather data using the OpenWeather One Call API 3.0. This server allows AI agents to access current weather, forecasts, and historical weather data for any location.
    3
    5 npm
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    This MCP server provides access to Open-Meteo weather APIs including forecast, historical reanalysis, geocoding, air quality, marine weather, and flood risk data, enabling AI agents to retrieve weather information using natural language.
    7 npm
    MIT