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_KEYAI 클라이언트 연결
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에서 실행됩니다
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/WorldWeatherOnline/wwo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server