mcp-server-gsc
Google Search Console MCP Server is a tool providing access to Google Search Console data through a Model Context Protocol server. It features search analytics retrieval, rich data analysis, and customizable reporting periods. The project requires Node.js and a configured Google Cloud Project.
What are the prerequisites for using the Google Search Console MCP Server?
You need Node.js 18 or later, a Google Cloud Project with the Search Console API enabled, and service account credentials with Search Console access.
How can I install the Google Search Console MCP Server?
You can install it via Smithery using the command npx -y @smithery/cli install mcp-server-gsc --client claude
or manually using npm install mcp-server-gsc
.
How do I set up authentication for the Google Search Console API?
Create a Google Cloud project, enable the Search Console API, create service account credentials, and grant access to the service account in Search Console.
What parameters are required for the search_analytics tool?
The required parameters are siteUrl
, startDate
, and endDate
. Optional parameters include dimensions
, type
, aggregationType
, and rowLimit
.
What is the default row limit for the search_analytics tool?
The default row limit is 1000.