Connector guide1-minute read6 MCP toolsEN · DE · IT

ClaudeにOpenWeatherを接続する方法 — MCP経由

任意のAIエージェントからOpenWeather(現在の天気、予報、空気質、ジオコーディング)をクエリします。6つのツール、APIキー認証。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

OpenWeather

Query OpenWeather (current weather, forecasts, air quality, geocoding) from any AI agent. 6 tools, API-key auth.

Tools

6

Region

INTL

Category

Data & Analytics

Authentication

Query Param Auth

Required env vars

OPENWEATHER_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the OpenWeather in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

任意のAIエージェントからOpenWeather(現在の天気、予報、空気質、ジオコーディング)をクエリします。6つのツール、APIキー認証。

こう聞いてみよう

OpenWeather のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

OpenWeather · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要?cloud.anythingmcp.comを直接使用してください。 サインインし、Connectors → OpenWeatherをクリックし、資格情報を貼り付け、MCP APIキーを発行 — 完了です。Dockerもgit cloneもローカルサーバーも不要です。

OpenWeather + Claude

任意のAIエージェントからOpenWeather(現在の天気、予報、空気質、ジオコーディング)をクエリします。6つのツール、APIキー認証。

前提条件

コネクタに組み込まれている完全なセットアップ手順を参照してください(コネクタを選択したときにアプリ内ストアに表示されます)。このコネクタに必要な環境変数は以下の通りです:

OPENWEATHER_API_KEY

ステップ1 — 資格情報を取得する

このコネクタはOpenWeather REST API(api.openweathermap.org)をラップしています。

セットアップ:

  1. https://openweathermap.org/users/sign_up でサインアップします(無料プラン:60コール/分、1M/月)。
  2. https://home.openweathermap.org/api_keys に移動し、デフォルトのキーをコピーするか、mcpなどのラベルを付けた新しいキーを作成します。
  3. 約10分待ちます — 新しいキーは無料プランでのアクティブ化に時間がかかります。
  4. OPENWEATHER_API_KEYを設定します。

認証:すべてのリクエストはappid=${OPENWEATHER_API_KEY}をクエリ文字列として使用します。アダプタが自動的に挿入します — ツールの引数に含めないでください。

…(アプリ内コネクタの手順に続く)

ステップ2 — アダプタをインストールする

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

ステップ3 — Claudeにコネクタを追加する

推奨パス — claude.ai webで動作し、設定ファイルを編集する必要はありません。

  1. **claude.ai/customize/connectors**を開きます。
  2. **"Add custom connector"**をクリックします。
  3. 以下を入力します:
    • Name: OpenWeather
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → あなたのMCP APIキーを貼り付けます(AnythingMCP → Profile → MCP API Keys → New Keyから)
  4. Connectをクリックして認証します。

以下のすべてのツールがチャットに表示されます — プロンプトを入力し始めてください。

利用可能なツール

ツール何をするか
openweather_geocode_city都市名(州と国コードをオプションで含む)を緯度/経度に変換します
openweather_reverse_geocode緯度/経度を近くの地名のリストに戻します
openweather_current_weather指定された座標での現在の天気:気温、湿度、風、条件、日の出/日の入り
openweather_forecast_5day3時間ごとの5日間の天気予報
openweather_air_pollution現在の空気質指数(AQI 1-5)+ CO、NO、NO2、O3、SO2、PM2の濃度
openweather_air_pollution_forecast指定された座標での次の約4日間の時間ごとの空気汚染予報

よくある質問

Claude CodeとClaude Desktopの両方で動作しますか? はい — 両方ともhttps://cloud.anythingmcp.com/mcpを指します。

次のステップ

このガイドは役に立ちましたか?

Ready to ship

Your OpenWeather agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

関連ガイド