google/search-console

MCP Server

Google Search Console MCP - search analytics, URL inspection

Google Search Console MCP server. Query search analytics, inspect URLs, and detect SEO optimization opportunities.

MCP Server

  • Package: mcp-server-gsc
  • Transport: stdio
  • Command: npx -y mcp-server-gsc

Authentication

Service Account

VariableRequiredDescription
GOOGLE_APPLICATION_CREDENTIALSYesService account JSON file path

Available Tools

ToolDescription
search_analyticsQuery GSC data with dimensions/filters, up to 25,000 rows

Configuration Example

toml
[[mcp.servers]]
name = "search-console"
type = "stdio"
command = "npx"
args = ["-y", "mcp-server-gsc"]
timeout_seconds = 60
env = { GOOGLE_APPLICATION_CREDENTIALS = "your-value" }
tools = []

Notes: Supports regex filtering and automatic quick wins detection.