インストール不要。2分以内に動きます。
cloud.anythingmcp.com で無料トライアルを開始し、Google Search Console をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。
概要
AIエージェントのためのGoogle Search Console:検索パフォーマンス(検索クエリ、ページ、国、デバイス、クリック数、表示回数、CTR、掲載順位)、URL検査、サイトマップとプロパティ、さらに組み込みのSEOプレイブック。11ツール、OAuth2。
こう聞いてみよう
Google Search Console のサンプルプロンプト
プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。
Claude は AI のため誤ることがあります。回答をご確認ください。
💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Google Search Console をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
Google Search Console
AIエージェントのためのGoogle Search Console:検索パフォーマンス(検索クエリ、ページ、国、デバイス、クリック数、表示回数、CTR、掲載順位)、URL検査、サイトマップとプロパティ、さらに組み込みのSEOプレイブック。11ツール、OAuth2。
セットアップ
This connector wraps the Google Search Console API (searchconsole.googleapis.com): Search Analytics (clicks, impressions, CTR, average position), the URL Inspection API (index status, canonical, crawl, rich results), sitemaps and property management. 11 tools.
Start with gsc_seo_playbook. It costs no API call and returns ready-made recipes (period comparison, striking-distance keywords, cannibalisation, traffic-drop diagnosis, indexing audit…) with the exact request bodies to send.
…(continued in the in-app connector instructions)
前提条件: GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET
ローカルでコネクタをインストール
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
http://localhost:3000/connectors/store を開き、 Google Search Console を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| Tool | What it does |
|---|---|
gsc_seo_playbook | START HERE for any SEO analysis: returns, with NO API call, the ordered steps and exact request bodies for an overview, period comparison… |
gsc_list_sites | List every Search Console property the authorised Google account can see, with its permission level (siteOwner, siteFullUser… |
gsc_get_site | Get one Search Console property and the authorised account's permission level on it |
gsc_query_search_analytics | Query Google Search performance data (clicks, impressions, ctr, average position) for a property, grouped by any of query, page, country… |
gsc_inspect_url | Inspect how Google sees one URL: index verdict, coverage state (indexed, crawled or discovered but not indexed, excluded by noindex… |
gsc_list_sitemaps | List the sitemaps submitted for a property: path, last submitted and last downloaded times, pending state, sitemap-index flag, error and… |
gsc_get_sitemap | Get the status of one submitted sitemap: last submitted and downloaded, pending, errors, warnings and submitted URL counts per content type |
gsc_submit_sitemap | Submit (or resubmit) a sitemap for a property so Google fetches it |
gsc_delete_sitemap | Remove a sitemap from a property's sitemap report |
gsc_add_site | Add a property to the authorised account's Search Console |
gsc_remove_site | Remove a property from the authorised account's Search Console list |
次のステップ
このガイドは役に立ちましたか?