コネクタガイド約3分で読めますMCP ツール 17 個7 言語

Google Ads を Gemini に接続する方法 — MCP 経由

AIエージェントのためのGoogle Ads:キャンペーン、広告グループ、広告、キーワードの成果、検索語句、品質スコア、予算の消化ペースとインプレッション シェア、コンバージョン アクション、変更履歴、最適化案、クライアント センター(MCC)アカウント、任意のGAQLクエリに対応。読み取り専用の17ツール、OAuth2。

HC執筆: HelpCode チーム更新日 3分で読了 GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

gemini · Google Ads
How did our Google Ads account do in the last 30 days? Spend, conversions, cost per conversion and the main campaigns. Read only.
AI
呼び出し中gads_list_accessible_customersgads_campaign_performancegads_account_daily_metricsgads_conversion_actions
One Performance Max campaign carried all spend and conversions; the Search campaign is paused. The cost per conversion looks too good for B2B: two short bursts of clicks at about one cent produced most of the month's conversions, and almost all of them are one sign-up action tracked as a page visit. Compare those days with real sign-ups before trusting the campaign's optimization.
gads_playbookgads_campaign_performancegads_search_termsgads_keyword_performancegads_budget_pacinggads_run_gaql+ ほか
  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR・SOC 2 レディ
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

4分のセットアップで使える実際のプロンプト。

コネクタをインストールしたら、これらを Gemini に貼り付けてください。各プロンプトの下にあるツールはエージェントが自動で呼び出します。

“List the search terms from the last 30 days that cost money and never converted, grouped into negative keyword ideas.”
gads_search_termsgads_run_gaql
“Which keywords have a Quality Score of 5 or lower, and which component is below average?”
gads_keyword_performance
“Are my Search campaigns losing impression share to budget or to rank?”
gads_budget_pacing
“Who changed bids or budgets in the account last week?”
gads_change_history

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Google Ads をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

概要

AIエージェントのためのGoogle Ads:キャンペーン、広告グループ、広告、キーワードの成果、検索語句、品質スコア、予算の消化ペースとインプレッション シェア、コンバージョン アクション、変更履歴、最適化案、クライアント センター(MCC)アカウント、任意のGAQLクエリに対応。読み取り専用の17ツール、OAuth2。

こう聞いてみよう

Google Ads のサンプルプロンプト

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

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

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

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

Google Ads + Gemini

AIエージェントのためのGoogle Ads:キャンペーン、広告グループ、広告、キーワードの成果、検索語句、品質スコア、予算の消化ペースとインプレッション シェア、コンバージョン アクション、変更履歴、最適化案、クライアント センター(MCC)アカウント、任意のGAQLクエリに対応。読み取り専用の17ツール、OAuth2。

前提条件

完全なセットアップ手順はコネクタ自体に組み込まれています (ストアでコネクタを選択すると表示)。必要な環境変数:

GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET

ステップ 1 — 認証情報を取得

This connector reads the Google Ads API (googleads.googleapis.com, v25) with Google Ads Query Language (GAQL): accounts and manager (MCC) hierarchies, campaigns, ad groups, ads, keywords, search terms, budgets and impression share, conversion actions, change history and recommendations. 17 tools, all read-only.

Start with gads_playbook. It costs no API call and maps common questions (account health, wasted spend, negative keywords, Quality Score, budget pacing, period comparison, tracking audit, Performance Max, MCC roll-ups) to the right tools and tested GAQL queries.

…(continued in the in-app connector instructions)

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

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

ステップ 3 — Gemini にコネクタを追加

Gemini CLI は ~/.gemini/settings.json (Windows は %APPDATA%\gemini\settings.json) から MCP サーバを読み込みます。追加:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "X-API-Key": "YOUR_MCP_API_KEY" }
    }
  }
}
  1. AnythingMCP の MCP Servers → your server → API keys で MCP API key を取得。
  2. ファイルを保存し gemini を再起動。
  3. Gemini CLI で /mcp を実行 — Google Ads が利用可能として表示されます。
  4. Vertex AI Studio: 同じ Bearer ヘッダーで https://cloud.anythingmcp.com/mcp をリクエストの tools 配列に渡してください。

利用可能なツール

ToolWhat it does
gads_playbookSTART HERE for any Google Ads question: returns, with NO API call, a router from common questions (account health, wasted spend…
gads_list_accessible_customersList the Google Ads accounts the authorised Google user can access directly, as resource names ('customers/1234567890')
gads_get_customerRead one Google Ads account's settings: name, currency, time zone (all dates in reports are in this zone), whether it is a manager (MCC) or…
gads_list_client_accountsList the accounts under a manager (MCC) account: id, name, depth in the hierarchy, whether each is itself a manager, currency, time zone…
gads_run_gaqlRun any read-only Google Ads Query Language (GAQL) query against one account: every resource, attribute, segment and metric of the Google…
gads_query_field_catalogLook up Google Ads API field metadata (names, category RESOURCE/ATTRIBUTE/SEGMENT/METRIC, data type, enum values, whether selectable…
gads_account_daily_metricsAccount-level totals per day for a date range: impressions, clicks, cost, conversions, conversion value
gads_list_campaignsList the account's campaigns (removed ones excluded) with status, serving status, primary status and its reasons (why a campaign is limited…
gads_campaign_performanceCampaign performance totals for a date range, one row per campaign, sorted by cost: impressions, clicks, CTR, average CPC, cost…
gads_ad_group_performanceAd group performance totals for a date range, one row per ad group with its campaign, sorted by cost
gads_ad_performanceAd performance for a date range with the ad itself: type, final URLs, responsive search ad headlines and descriptions, ad strength and…
gads_keyword_performanceKeyword performance for a date range with match type, status and Quality Score components (quality score 1-10, expected CTR, ad relevance…
gads_search_termsThe search terms report: what people actually typed before your Search ads showed, with campaign, ad group, whether the term is already…
gads_budget_pacingEnabled campaigns with their daily budget, spend in the date range and Search impression share lost to budget and to rank
gads_conversion_actionsList the account's conversion actions (removed ones excluded): name, type, source, category, status, whether each is a primary goal…
gads_change_historyWho changed what in the account and when: timestamp, user email, tool used (web UI, API, scripts, Editor), resource type and name…
gads_recommendationsGoogle's current optimisation recommendations for the account (budget, bidding, keywords, ads, assets...) with the campaign they apply to…

FAQ

Gemini 1.5 Pro / 2.x は MCP をサポートしますか? はい — Gemini CLI ≥ 0.4 と Vertex AI tools API は Bearer ヘッダー付きの httpUrl MCP コネクタを受け入れます。

次のステップ

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

Google Ads エージェントまで、あとワンクリック。

コネクタをインストールし、キーを貼り付けて、Gemini に聞くだけ。7 日間無料、クレジットカード不要。

関連ガイド

コネクタ

Google AdsをChatGPTに接続する方法:MCPでキャンペーンデータを活用

Google AdsをChatGPTにデベロッパーモードのアプリとして追加:ChatGPTがアカウントのキャンペーン、検索語句、品質スコア、予算を読み取ります。読み取り専用、開発者トークン不要です。

コネクタ

Google AdsをClaudeに接続する方法:15分でカスタムコネクタを追加

Google Adsをclaude.aiとClaude Desktopにカスタムコネクタとして追加:Claudeがキャンペーン、検索語句、品質スコア、予算を読み取ります。読み取り専用、開発者トークン不要です。

コネクタ

Google Ads を Cursor に接続する方法 — MCP 経由

AIエージェントのためのGoogle Ads:キャンペーン、広告グループ、広告、キーワードの成果、検索語句、品質スコア、予算の消化ペースとインプレッション シェア、コンバージョン アクション、変更履歴、最適化案、クライアント センター(MCC)アカウント、任意のGAQLクエリに対応。読み取り専用の17ツール、OAuth2。

コネクタ

開発者トークンなしのGoogle Ads API:2026年9月の変更点

Googleは2026年9月9日にGoogle Ads APIの開発者トークンを廃止しました。アクセス権はGoogle Cloudプロジェクトに属します。Test、Explorer、Basic、Standardの各レベルと取得方法を解説します。

コネクタ

ClaudeでGoogle Adsを監査する:自分のアカウントで試したテスト済みの手順

ClaudeでGoogle Adsアカウントを数分で監査:費用、コンバージョンの質、無駄な検索語句、品質スコア、予算、トラッキングをAPIから直接確認します。

コネクタ

Google Ads MCPサーバー:Google AdsをClaude、ChatGPT、あらゆるエージェントに接続

ClaudeやChatGPTにGoogle Adsのキャンペーン、検索語句、品質スコア、予算、コンバージョンを質問できます。読み取り専用、開発者トークン不要、15分で設定できます。