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_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