Пропустите установку. Заработает меньше чем за 2 минуты.
Начните бесплатный период на cloud.anythingmcp.com, добавьте Google Search Console одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.
Кратко
Google Search Console для ИИ-агентов: эффективность в поиске (запросы, страницы, страны, устройства, клики, показы, CTR, позиция), проверка URL, файлы Sitemap и ресурсы, а также встроенный 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
Google Search Console для ИИ-агентов: эффективность в поиске (запросы, страницы, страны, устройства, клики, показы, CTR, позиция), проверка URL, файлы Sitemap и ресурсы, а также встроенный 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 |
Следующие шаги
Это руководство помогло?