google-search-console-mcp-server logo

google-search-console-mcp-server

by İren SaltalıGitHubWebsiteUpdated Jun 1, 2026

Google Search Console MCP server with OAuth, analytics, URL inspection, sitemap, and property admin tools.

google-search-console
seo
analytics
+4
|

Overview

The google-search-console-mcp-server bridges your development environment with Google’s official site management and performance data. By providing direct access to Search Console APIs, it enables programmatic control over site indexing, performance reporting, and administrative property management.

Key Capabilities

  • query_search_analytics: Retrieve granular search performance data, including clicks, impressions, CTR, and position.
  • inspect_url: Execute live checks on index status and crawling issues for specific pages.
  • list_sitemaps and submit_sitemap: Manage XML sitemap submissions to ensure timely index discovery.
  • list_sites, add_site, and delete_site: Perform administrative management of web properties under your Google account.
  • connect_google_account: Handle secure OAuth authentication to link your Search Console data to the MCP client.

Use Cases

  • Automate internal auditing by using inspect_url to flag pages with indexation errors during a CI/CD process.
  • Generate custom SEO performance reports by piping query_search_analytics data directly into a local data analysis or AI agent workflow.
  • Sync site management by using add_site and submit_sitemap to automatically register new staging environments with Google upon deployment.

Who This Is For

This server is designed for technical SEO specialists, data analysts, and developers who manage large-scale web properties. Users should have a foundational understanding of OAuth workflows and basic familiarity with Google Search Console’s data structures.