- Google Search Console
Google Search Console
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
- Create a Google Cloud service account with Search Console API enabled
- Add the service account email to your Search Console property
- Point the
GOOGLE_APPLICATION_CREDENTIALSenv var at your key file
Links
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 agoUpdated At
2 months agoAuthor Name
sarahparkStar
-Language
-License
-