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 mainステップ 2 — 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.appステップ 3 — カスタムドメインの追加
Railwayダッシュボード → プロジェクト → Settings → Networking → Custom Domain
mcp.worldweatheronline.comと入力し、Add をクリックしますRailwayが以下のようなCNAME値を表示します:
wwo-mcp-server-production.up.railway.appDNSプロバイダーにアクセスし、以下を追加します:
Type
Name
Value
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