Skip to main content
Glama
Parithosh-Varma

searchconsole-mcp

searchconsole-mcp

MCP-Server, der die Google Search Console für Ihre Projekte automatisiert: Suchanalysen, Sitemap-Verwaltung, Site-Properties und URL-Inspektion.

Tools

Tool

Beschreibung

gsc_list_sites

Alle Properties auflisten, auf die das Dienstkonto zugreifen kann

gsc_add_site / gsc_remove_site

Property hinzufügen/entfernen (sc-domain:example.com oder https://www.example.com/)

gsc_search_analytics

Klicks, Impressionen, CTR, Position – gruppiert nach Suchanfrage/Seite/Land/Gerät/Datum, mit Filtern. Standard: letzte 28 Tage

gsc_list_sitemaps / gsc_get_sitemap

Eingereichte Sitemaps prüfen und die Anzahl indexierter Seiten anzeigen

gsc_submit_sitemap / gsc_delete_sitemap

Sitemaps einreichen oder entfernen.

gsc_inspect_url

URL-Inspektion-API: Index-Status, Canonical, Crawl-Infos, Mobile-Usability

Related MCP server: Google Search Console + GA4 MCP Server

Einmalige Google-Einrichtung

  1. Erstellen Sie in der Google Cloud Console ein Projekt.

  2. Aktivieren Sie die Google Search Console API (APIs & Dienste > Bibliothek).

  3. Erstellen Sie ein Dienstkonto (IAM & Verwaltung > Dienstkonten) und laden Sie einen JSON-Schlüssel herunter.

  4. Für jede Property in der Search Console: Einstellungen > Nutzer und Berechtigungen > Benutzer hinzufügen, E-Mail-Adresse des Dienstkontos einfügen (...@...iam.gserviceaccount.com) und die Rolle Eigentümer zuweisen (die Rolle Eigentümer ist für die URL-Inspektion-API erforderlich).

Konfiguration

Umgebungsvariablen:

Variable

Erforderlich

Beschreibung

GSC_SERVICE_ACCOUNT_JSON

eine von beiden

Vollständiger Dienstkonto-JSON-Schlüssel (inline)

GSC_SERVICE_ACCOUNT_FILE

eine von beiden

Pfad zur Schlüsseldatei. Standardmäßig wird ./service-account.json verwendet.

GSC_DEFAULT_SITE

optional

Standard-Property, sodass Sie siteUrl pro Aufruf weglassen können.

Der Server lädt beim Start außerdem .env aus seinem Arbeitsverzeichnis.

In einem MCP-Client registrieren

opencode (~/.config/opencode/opencode.json oder .opencode/opencode.json im Projekt – dort auch für andere Clients):

{
  "mcp": {
    "searchconsole": {
      "type": "local",
      "command": ["node", "/absolute/path/to/searchconsole-mcp/dist/index.js"],
      "environment": {
        "GSC_SERVICE_ACCOUNT_FILE": "/absolute/path/to/service-account.json",
        "GSC_DEFAULT_SITE": "sc-domain:example.com"
      }
    }
  }
}

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "searchconsole": {
      "command": "node",
      "args": ["/absolute/path/to/searchconsole-mcp/dist/index.js"],
      "env": {
        "GSC_SERVICE_ACCOUNT_FILE": "/absolute/path/to/service-account.json",
        "GSC_DEFAULT_SITE": "sc-domain:example.com"
      }
    }
  }
}

Entwicklung

npm install
npm run build     # tsc -> dist/
npm start         # run the server on stdio
npm run smoke     # boots the server and lists tools

Anmerkungen

  • Suchdaten hinken ~2 Tage hinterher; übergeben Sie dataState: "all", um frische Teildaten einzubeziehen.

  • Die API begrenzt Analytics-Zeilen auf 25.000 pro Anfrage; verwenden Sie startRow, um zu blättern.

  • Eine Website, die über die API hinzugefügt wird, bleibt bis zur Bestätigung der Eigentümerschaft unverifiziert. Der einfachste Weg besteht darin, zuerst die E-Mail-Adresse des Dienstkontos in der Benutzeroberfläche als Eigentümer hinzuzufügen.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables interaction with Google Search Console to query search analytics, inspect URL indexing status, and manage sitemaps. It allows users to monitor SEO performance and site health through natural language commands in MCP-compatible clients.
    123
    3
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables querying Google Search Console and Google Analytics 4 data to retrieve search performance and site analytics. It provides tools for listing web properties and running detailed reports using secure Google OAuth authentication.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables interaction with Google Search Console via MCP, offering search analytics, performance summaries, URL inspection, sitemap management, and property listing for SEO workflows.
    165
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Turn Search Console data into SEO actions, content, publishing, indexing, and AI insights.

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

  • Web search, news, page retrieval, sitemaps, and trending topics through Search1API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Parithosh-Varma/searchconsole-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server