インストール不要。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 に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Google Ads をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Google Ads + Cursor
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 — Cursor にコネクタを追加
Cursor は ~/.cursor/mcp.json から MCP サーバを読み込みます。次のエントリを追加してください:
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp",
"headers": { "X-API-Key": "YOUR_MCP_API_KEY" }
}
}
}
- AnythingMCP の MCP Servers → your server → API keys で MCP API key を取得。
- ファイルを保存し Cursor を再起動。
- Cursor → Settings → MCP を開き、
Google Adsが "Connected" として表示されることを確認。 - チャット開始 —
Google Adsのすべてのツールが呼び出し可能になります。
利用可能なツール
| Tool | What it does |
|---|---|
gads_playbook | START HERE for any Google Ads question: returns, with NO API call, a router from common questions (account health, wasted spend… |
gads_list_accessible_customers | List the Google Ads accounts the authorised Google user can access directly, as resource names ('customers/1234567890') |
gads_get_customer | Read 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_accounts | List the accounts under a manager (MCC) account: id, name, depth in the hierarchy, whether each is itself a manager, currency, time zone… |
gads_run_gaql | Run any read-only Google Ads Query Language (GAQL) query against one account: every resource, attribute, segment and metric of the Google… |
gads_query_field_catalog | Look up Google Ads API field metadata (names, category RESOURCE/ATTRIBUTE/SEGMENT/METRIC, data type, enum values, whether selectable… |
gads_account_daily_metrics | Account-level totals per day for a date range: impressions, clicks, cost, conversions, conversion value |
gads_list_campaigns | List the account's campaigns (removed ones excluded) with status, serving status, primary status and its reasons (why a campaign is limited… |
gads_campaign_performance | Campaign performance totals for a date range, one row per campaign, sorted by cost: impressions, clicks, CTR, average CPC, cost… |
gads_ad_group_performance | Ad group performance totals for a date range, one row per ad group with its campaign, sorted by cost |
gads_ad_performance | Ad performance for a date range with the ad itself: type, final URLs, responsive search ad headlines and descriptions, ad strength and… |
gads_keyword_performance | Keyword performance for a date range with match type, status and Quality Score components (quality score 1-10, expected CTR, ad relevance… |
gads_search_terms | The search terms report: what people actually typed before your Search ads showed, with campaign, ad group, whether the term is already… |
gads_budget_pacing | Enabled campaigns with their daily budget, spend in the date range and Search impression share lost to budget and to rank |
gads_conversion_actions | List the account's conversion actions (removed ones excluded): name, type, source, category, status, whether each is a primary goal… |
gads_change_history | Who changed what in the account and when: timestamp, user email, tool used (web UI, API, scripts, Editor), resource type and name… |
gads_recommendations | Google's current optimisation recommendations for the account (budget, bidding, keywords, ads, assets...) with the campaign they apply to… |
FAQ
Cursor の Free プランでカスタム MCP サーバは使えますか? はい — Hobby/Pro/Business で利用可能です。
次のステップ
このガイドは役に立ちましたか?