跳过安装。2 分钟内即可运行。
在 cloud.anythingmcp.com 开始免费试用,一键添加 Google Search Console,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。
摘要
面向 AI agent 的 Google Search Console:搜索效果(查询、网页、国家/地区、设备、点击次数、展示次数、点击率、排名),网址检查,站点地图和资源,以及内置的 SEO playbook。11 个工具,OAuth2。
试试这样问
Google Search Console 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → Google Search Console、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
Google Search Console
面向 AI agent 的 Google Search Console:搜索效果(查询、网页、国家/地区、设备、点击次数、展示次数、点击率、排名),网址检查,站点地图和资源,以及内置的 SEO playbook。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 |
下一步
这份指南对你有帮助吗?