Sponsored by Deepsite.site

Google Search Console MCP Server

Created By
LeonardSEO9 months ago
MCP server voor Google Search Console API integratie met n8n
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

  1. Zorg dat Python 3.7+ is geïnstalleerd op je server

  2. Clone de repository:

    git clone https://github.com/yourusername/google-search-console-mcp.git
    cd google-search-console-mcp
    
  3. 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
    
  4. Maak het script uitvoerbaar:

    chmod +x google_search_console_server.py
    chmod +x setup-credentials.sh
    
  5. Setup je service account credentials:

    ./setup-credentials.sh
    

    Je 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:

  1. Voer het setup script uit: ./setup-credentials.sh
  2. Kies optie 1 of 2 om je bestaande credentials in te voeren
  3. 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:

  1. Ga naar Google Cloud Console
  2. Maak een nieuw project of gebruik een bestaand project
  3. Activeer de Google Search Console API
  4. Maak een Service Account aan
  5. Download het JSON credentials bestand
  6. Gebruik het setup script om je credentials in te stellen: ./setup-credentials.sh

Gebruik met n8n

  1. Open n8n en voeg een MCP Client (STDIO) node toe
  2. 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
      

Voorbeeld: Ophalen van top zoektermen

  1. Voeg een MCP Client node toe aan je workflow
  2. Selecteer de operatie 'Execute Tool'
  3. Kies tool: 'get_top_queries'
  4. 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.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
DeepChatYour AI Partner on Desktop
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
ChatWiseThe second fastest AI chatbot™
Playwright McpPlaywright MCP server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
CursorThe AI Code Editor
Tavily Mcp
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
WindsurfThe new purpose-built IDE to harness magic