- Explore MCP Servers
- google-search-console-mcp
Google Search Console Mcp
What is Google Search Console Mcp
google-search-console-mcp is an MCP server that integrates the Google Search Console API with n8n workflows, allowing users to automate tasks related to search analytics and site management.
Use cases
Use cases include automating the reporting of search analytics, monitoring URL indexing status, analyzing top search queries, and managing site properties in Google Search Console.
How to use
To use google-search-console-mcp, install Python 3.7+, clone the repository, set up a virtual environment, install dependencies, and configure your service account credentials using the provided setup script.
Key features
Key features include listing all Search Console sites, retrieving search analytics data, viewing top search terms and pages, checking URL indexing status, and querying sitemap information.
Where to use
google-search-console-mcp can be used in digital marketing, SEO analysis, and website management, particularly for automating workflows that involve Google Search Console data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Google Search Console Mcp
google-search-console-mcp is an MCP server that integrates the Google Search Console API with n8n workflows, allowing users to automate tasks related to search analytics and site management.
Use cases
Use cases include automating the reporting of search analytics, monitoring URL indexing status, analyzing top search queries, and managing site properties in Google Search Console.
How to use
To use google-search-console-mcp, install Python 3.7+, clone the repository, set up a virtual environment, install dependencies, and configure your service account credentials using the provided setup script.
Key features
Key features include listing all Search Console sites, retrieving search analytics data, viewing top search terms and pages, checking URL indexing status, and querying sitemap information.
Where to use
google-search-console-mcp can be used in digital marketing, SEO analysis, and website management, particularly for automating workflows that involve Google Search Console data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Google Search Console MCP Server
Een MCP server die de Google Search Console API beschikbaar maakt voor gebruik in n8n workflows via de MCP Client node.
Functionaliteiten
- Lijst alle Search Console sites op
- Ophalen van search analytics data
- Top zoektermen en pagina’s bekijken
- URL indexeringsstatus controleren
- Sitemap informatie opvragen
Installatie
-
Zorg dat Python 3.7+ is geïnstalleerd op je server
-
Clone de repository:
git clone https://github.com/yourusername/google-search-console-mcp.git cd google-search-console-mcp -
Maak een virtuele omgeving en installeer dependencies:
python3 -m venv .venv source .venv/bin/activate # Op Windows: .venv\Scripts\activate pip install -r requirements.txt -
Maak het script uitvoerbaar:
chmod +x google_search_console_server.py chmod +x setup-credentials.sh -
Setup je service account credentials:
./setup-credentials.shJe kunt een bestaand service account credentials bestand gebruiken of de JSON direct plakken.
Google API Credentials
Bestaand service account hergebruiken
Als je al een service account hebt (bijvoorbeeld voor Google Ads), kun je dezelfde gebruiken voor Search Console:
- Voer het setup script uit:
./setup-credentials.sh - Kies optie 1 of 2 om je bestaande credentials in te voeren
- Geef het service account toegang tot je Search Console properties:
- Ga naar Google Search Console
- Selecteer de property
- Klik op Instellingen > Gebruikers en machtigingen
- Voeg het service account e-mailadres toe als gebruiker
Nieuw service account aanmaken
Als je nog geen service account hebt:
- Ga naar Google Cloud Console
- Maak een nieuw project of gebruik een bestaand project
- Activeer de Google Search Console API
- Maak een Service Account aan
- Download het JSON credentials bestand
- Gebruik het setup script om je credentials in te stellen:
./setup-credentials.sh
Gebruik met n8n
- Open n8n en voeg een MCP Client (STDIO) node toe
- Configureer de credentials:
- Command:
/pad/naar/.venv/bin/python(bijv./home/username/google-search-console-mcp/.venv/bin/python) - Arguments:
/pad/naar/google_search_console_server.py(bijv./home/username/google-search-console-mcp/google_search_console_server.py) - Environment:
SERVICE_ACCOUNT_JSON=/pad/naar/service_account_credentials.json
- Command:
Voorbeeld: Ophalen van top zoektermen
- Voeg een MCP Client node toe aan je workflow
- Selecteer de operatie ‘Execute Tool’
- Kies tool: ‘get_top_queries’
- Parameters:
{ "site_url": "sc-domain:example.com", "start_date": "2023-01-01", "end_date": "2023-01-31" }
Beschikbare tools
- list_sites: Lijst alle Search Console sites op
- get_search_analytics: Haal search analytics data op voor een site
- get_top_queries: Haal top zoektermen op voor een site
- get_top_pages: Haal top pagina’s op voor een site
- get_queries_for_url: Haal zoektermen op voor een specifieke URL
- inspect_url: Controleer URL indexeringsstatus
- list_sitemaps: Lijst alle sitemaps voor een site
Voorbeelden voor n8n workflow
Voorbeeld 1: Lijst van alle sites ophalen
{
"tool": "list_sites",
"parameters": {}
}
Voorbeeld 2: Top 10 pagina’s van de afgelopen 30 dagen
{
"tool": "get_top_pages",
"parameters": {
"site_url": "sc-domain:example.com",
"start_date": "2023-03-01",
"end_date": "2023-03-31",
"row_limit": 10
}
}
Voorbeeld 3: URL indexeringsstatus controleren
{
"tool": "inspect_url",
"parameters": {
"site_url": "sc-domain:example.com",
"url": "https://example.com/pagina"
}
}
Automatische installatie
Voor een volledig automatische installatie kun je ook het install.sh script gebruiken:
chmod +x install.sh
./install.sh
Veiligheid
- Service account credentials worden lokaal opgeslagen en NIET naar Git gepusht (via .gitignore)
- Gebruik altijd een veilige locatie voor je credentials.json bestand
- Geef het service account alleen toegang tot de Search Console properties die het nodig heeft
Licentie
MIT
Bijdragen
Pull requests zijn welkom. Voor grote wijzigingen, open eerst een issue om te bespreken wat je wilt veranderen.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










