World Weather Online MCP
OfficialWorld Weather Online — MCP 서버 (Railway)
World Weather Online을 위한 MCP 서버입니다. Claude, Cursor 및 기타 AI 어시스턴트가 WWO 날씨 데이터를 도구로 직접 호출할 수 있게 해줍니다.
Railway에 배포하기
1단계 — GitHub에 푸시
github.com에 새 저장소를 만듭니다 (이름:
wwo-mcp-server)이 폴더에서 터미널을 열고 다음을 실행합니다:
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 main2단계 — Railway에 배포
https://railway.app 에 접속하여 GitHub 계정으로 가입/로그인합니다.
New Project → Deploy from GitHub repo를 클릭합니다.
wwo-mcp-server저장소를 선택합니다.Railway가 Node.js를 자동으로 감지하고 배포합니다.
서버는 다음과 같은 URL에서 라이브 상태가 됩니다:
https://wwo-mcp-server-production.up.railway.app3단계 — 사용자 지정 도메인 추가
Railway 대시보드 → 프로젝트 → Settings → Networking → Custom Domain으로 이동합니다.
mcp.worldweatheronline.com을 입력하고 Add를 클릭합니다.Railway가 다음과 같은 CNAME 값을 보여줍니다:
wwo-mcp-server-production.up.railway.appDNS 제공업체로 이동하여 다음을 추가합니다:
유형
이름
값
CNAME
mcp
wwo-mcp-server-production.up.railway.app
SSL 인증서가 몇 분 내에 자동으로 프로비저닝됩니다.
4단계 — 테스트
상태 엔드포인트를 방문하세요:
https://mcp.worldweatheronline.com/healthMCP Inspector에서 테스트하세요:
https://mcp.worldweatheronline.com/mcp?key=YOUR_WWO_API_KEYRelated 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"
}
}
}사용 가능한 도구
도구 | 설명 |
| 현재 상태 + 14일 예보 |
| 2008년부터의 과거 날씨 |
| 너울, 조수, 수온 |
| 정상/중간/기저 고도 예보 |
| 위치 자동 완성 |
| 일출, 일몰, 달의 위상 |
| 현지 시간 + UTC 오프셋 |
| 12년 월간 기후 평균 |
로컬 개발
npm install
npm run dev서버는 http://localhost:3000에서 실행됩니다
This server cannot be deployed
Maintenance
Related MCP Connectors
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more direct access to live air quality, pollen, and weather data. To get started, including information on signing up and obtaining your Ambee key, check out the Ambee documentation on https://docs.ambeedata.com
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
WeatherAPI.com MCP — wraps WeatherAPI.com (api.weatherapi.com)
- geoOAuthco.thinair
Geocoding, routing, isochrones, traffic, weather, and place search for AI agents. 19 MCP tools.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceProvides weather data from WeatherAPI.com through MCP, enabling AI agents to query current conditions and forecasts via natural language.2 npmMIT
- FlicenseAqualityDmaintenanceA 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.35 npm-
- AlicenseAqualityDmaintenanceProvides real-time weather and forecast data via MCP tools, enabling AI agents to query current weather and up to 3-day forecasts for any city.3MIT
- AlicenseNot gradedqualityBmaintenanceThis 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 npmMIT