mcp-server-google-search-console
0
This project facilitates access to Google Search Console through a Model Context Protocol (MCP) server, allowing retrieval and detailed analysis of search analytics data. It supports customizable reporting periods and integrates with a Google Cloud project.
Google Search Console MCP Server
A tool for accessing Google Search Console using the Model Context Protocol (MCP) server.
Features
- Retrieve search analytics data (with dimension support)
- Detailed data analysis with customizable reporting periods
Prerequisites
- Python 3.10 or higher
- Google Cloud project with Search Console API enabled
- Service account credentials with access to Search Console
Usage
Set an environment variable to specify the path to your Google Search Console credentials file.
Starting the MCP Server
- Standard Method
- Using uvx for automated environment management
Available Tools
search_analytics
Retrieve search performance data with required parameters like siteUrl
, startDate
, and endDate
. Optional parameters include dimensions
, type
, and rowLimit
.