Google Search Console

Created By
sarahpark2 months ago
MCP server that gives AI agents read-only access to Google Search Console: search analytics, URL inspection, and sitemap status.
Overview

What it does

4 read-only tools for Google Search Console:

  • list_sites — show all properties in your account
  • search_analytics — query clicks, impressions, CTR, position with filtering (regex, device, country, page)
  • inspect_url — check indexing status, crawl info, mobile usability
  • list_sitemaps — list submitted sitemaps and their status

Setup

  1. Create a Google Cloud service account with Search Console API enabled
  2. Add the service account email to your Search Console property
  3. Point the GOOGLE_APPLICATION_CREDENTIALS env var at your key file

Server Config

{
  "mcpServers": {
    "gsc": {
      "command": "node",
      "args": [
        "/absolute/path/to/google-search-console-mcp/build/index.js"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/service-account-key.json"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
sarahpark
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago