What it does
Connect Google Search Console to Claude and other AI assistants for natural-language SEO analysis. The server exposes 20 tools spanning property management, search analytics (query trends, clicks, impressions, CTR), URL inspection and indexing status checks, batch crawl diagnostics, and sitemap management. Both OAuth (recommended for personal use) and service account auth are supported.
Who it's for
SEO professionals and content teams analyzing search performance and indexing issues through Claude. Teams managing multiple GSC properties will find the property aggregation and batch URL inspection tools particularly useful.
Common use cases
- Analyze top search queries driving traffic and identify content gaps or underperforming pages
- Inspect indexing and crawl status across multiple URLs in one batch to diagnose issues
- Compare site performance across time periods to measure the impact of changes
- Monitor all GSC properties and their verification status from a single conversation
- Submit and track sitemaps through Claude without navigating the GSC dashboard
Setup pitfalls
- Google Cloud API credentials required before use. For OAuth, ensure your MCP client can open a browser window for the login flow (fixed in v0.3.2+ for
uvx) - Service account users must manually grant the service account email full access in GSC → Settings → Users and Permissions
- Classified as high-risk: the server reads and writes credentials to the filesystem and makes authenticated calls to Google APIs
- Last commit 36 days ago with no active CI; verify functionality with your specific MCP client before deploying