Connector guide1-minute read6 MCP toolsEN · DE · IT

OpenWeather to MCP — どのAIエージェントからでもOpenWeatherを操作

どの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

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

セットアップ

このコネクタは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}をクエリ文字列として含めます。アダプターが自動的に挿入するため、ツールの引数に含めないでください。

…(アプリ内コネクタの指示に続く)

前提条件: OPENWEATHER_API_KEY

コネクタをローカルにインストール

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

http://localhost:3000/connectors/storeを開き、OpenWeatherを選択し、前提条件に記載されている環境変数を貼り付けます。

利用可能なツール

ツール機能
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日間の時間ごとの空気汚染予報

次のステップ

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

Ready to ship

Your OpenWeather agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

関連ガイド