WeatherXM Pro MCP Server
OfficialWeatherXM PRO MCP サーバー
WeatherXM PRO API を MCP ツールとして公開する MCP サーバー実装。クライアントは MCP プロトコルを通じて気象観測所のデータ、観測、予報にアクセスできるようになります。
特徴
場所の近くの駅を取得する(緯度、経度、半径)
境界ボックス内のステーションを取得します(最小/最大緯度と経度)
利用可能なすべてのステーションを取得する
特定の観測所の最新の観測情報を取得する
特定の日付の観測所の過去の観測データを取得する
地域名でH3セルを検索
特定のH3セル内のステーションを取得する
特定の H3 セルの天気予報(毎日または毎時)を取得します
観測所と変数のハイパーローカル予報を取得する
ステーションと変数の予測パフォーマンス(FACT)を取得します
駅の予測ランキング(FACT)を取得する
Related MCP server: WeatherXM Pro MCP Server
前提条件
Node.jsとnpmがインストールされている
有効なWeatherXM PRO APIキー
構成
リポジトリをローカル マシンにクローンします。
git clone https://github.com/WeatherXM/weatherxm-pro-mcp.gitインストール
リポジトリのクローンを作成した後、MCP サーバーを実行する前に依存関係をインストールしてプロジェクトをビルドする必要があります。
npm install
npm run buildMCP クライアントのサーバー構成
これは、Claude Desktop、Cursor、Windsurf Editor、VSCode などの MCP クライアントや、RooCode や Cline などのプラグインに共通する構成です。
{
"mcpServers": {
"weatherxm-pro": {
"command": "npx",
"args": [
"-y",
"path to mcp"
],
"env": {
"WEATHERXMPRO_API_KEY": "your-api-key"
}
}
}
}"path to mcp" MCP サーバーまたはパッケージ名への実際のパスに置き換え、 "your-api-key" WeatherXM PRO API キーに置き換えます。
注: クライアントで他の MCP サーバーを使用している場合は、それを既存の
mcpServersオブジェクトに追加できます。
クロードデスクトップ
WeatherXM PRO MCP サーバーを Claude Desktop MCP クライアントで使用するには、以下の手順に従います。
次の場所にある MCP 設定ファイルを編集します。
~/Library/Application Support/Claude/claude_desktop_config.jsonmcpServersオブジェクトの下に WeatherXM PRO MCP サーバー構成を追加します。変更を適用するには、Claude Desktop を再起動します。
Claude Desktop のサーバーを使用して、WeatherXM PRO MCP サーバーでクエリを実行できるようになりました。
カーソル
Cursor で WeatherXM PRO MCP サーバーを使用するには、以下の手順に従います。
マシンにCursorをインストールします。
カーソルで、[カーソル] > [カーソル設定] > [MCP] > [新しいグローバル MCP サーバーの追加] に移動します。
MCP クライアントのサーバー構成セクションと同じ構成を指定します。
設定を保存します。
MCP サーバー リストに追加されたサーバーとして weatherxm-pro が表示されます。
Cursor で WeatherXM PRO MCP サーバーを使用してクエリを実行できるようになりました。
ウィンドサーフィンエディター
Windsurf Editorで WeatherXM PRO MCP サーバーを使用するには、以下の手順に従います。
マシンに Windsurf Editor をインストールします。
コマンドパレット > Windsurf MCP 構成パネルまたは Windsurf - 設定 > 詳細 > カスケード > モデルコンテキストプロトコル (MCP) サーバーに移動します。
「サーバーの追加」をクリックし、次に「カスタム サーバーの追加」をクリックします。
MCP クライアントのサーバー構成セクションから WeatherXM PRO MCP サーバー構成を追加します。
設定を保存します。
MCP サーバー リストに追加されたサーバーとして weatherxm-pro が表示されます。
Windsurf Editor で WeatherXM PRO MCP サーバーを使用してクエリを実行できるようになりました。
Dockerイメージ
MCP サーバーは Docker コンテナとして構築および実行できます。
建てる
docker build -t weatherxm-pro-mcp .走る
docker run -d -p 3000:3000 -e WEATHERXMPRO_API_KEY="your-api-key" -e PORT=3000 weatherxm-pro-mcp"your-api-key"を実際の WeatherXM PRO API キーに置き換えます。
トラブルシューティングのヒント
構成内の MCP サーバー リポジトリへのパスが正しいことを確認します。
WeatherXM PRO API キーが正しく設定されていることを確認します。
MCP クライアント構成がサーバー設定と一致していることを確認します。
MCP サーバーの問題を示す可能性のあるエラーや警告がないかログを確認してください。
ライセンス
MITライセンス
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceAirthings Consumer MCP Server129ISC
- Flicense-qualityDmaintenanceProvides comprehensive access to real-time weather data, forecasts, historical data, and weather alerts from the WeatherXM decentralized weather network worldwide.
- Alicense-qualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.MIT
- Flicense-qualityBmaintenanceA weather-reactive MCP server that renders rich Open-Meteo weather widgets and provides plain JSON weather data, all without an API key.
Related MCP Connectors
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
openSenseMap MCP — citizen-science environmental sensor network (opensensemap.org)
Meteostat MCP — historical weather from 11k+ stations (no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/WeatherXM/weatherxm-pro-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server