Google Search Console
@sarahpark
About Google Search Console
MCP server that gives AI agents read-only access to Google Search Console: search analytics, URL inspection, and sitemap status.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gsc": {
"command": "node",
"args": [
"/absolute/path/to/google-search-console-mcp/build/index.js"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/service-account-key.json"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Google Search Console?
Google Search Console is an MCP server that provides four read-only tools for interacting with Google Search Console data. It is designed for developers and SEO specialists who need to programmatically query search analytics, inspect URLs, and manage sitemaps for their verified Search Console properties.
How to use Google Search Console?
Create a Google Cloud service account with the Search Console API enabled, add the service account email as a user to your Search Console property, and set the GOOGLE_APPLICATION_CREDENTIALS environment variable to point to your service account key file. The server then exposes four tools: list_sites, search_analytics, inspect_url, and list_sitemaps.
Key features of Google Search Console
- List all Search Console properties in your account
- Query search analytics with filtering by regex, device, country, and page
- Inspect URL indexing status, crawl info, and mobile usability
- List submitted sitemaps and their current status
- All tools are read-only; no write operations
Use cases of Google Search Console
- Automate search performance reporting across multiple properties
- Monitor URL indexing and mobile usability for SEO audits
- Check sitemap submission status and identify errors
- Filter search analytics by custom dimensions for targeted analysis
FAQ from Google Search Console
What tools does Google Search Console provide?
It offers four read-only tools: list_sites, search_analytics (with regex, device, country, and page filtering), inspect_url (indexing, crawl info, mobile usability), and list_sitemaps.
What authentication does Google Search Console require?
It uses a Google Cloud service account. Enable the Search Console API, add the service account email as a user to your Search Console property, and set the GOOGLE_APPLICATION_CREDENTIALS environment variable to your key file.
Can Google Search Console modify data in Search Console?
No. All tools are read-only; they query data from Google Search Console without writing or changing anything.
What runtime or dependencies does Google Search Console need?
The server is distributed via npm (@sarahpark/google-search-console-mcp). It relies on the Google Cloud service account credentials and the Search Console API being enabled.
Frequently asked questions
What tools does Google Search Console provide?
It offers four read-only tools: `list_sites`, `search_analytics` (with regex, device, country, and page filtering), `inspect_url` (indexing, crawl info, mobile usability), and `list_sitemaps`.
What authentication does Google Search Console require?
It uses a Google Cloud service account. Enable the Search Console API, add the service account email as a user to your Search Console property, and set the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to your key file.
Can Google Search Console modify data in Search Console?
No. All tools are read-only; they query data from Google Search Console without writing or changing anything.
What runtime or dependencies does Google Search Console need?
The server is distributed via npm (`@sarahpark/google-search-console-mcp`). It relies on the Google Cloud service account credentials and the Search Console API being enabled.
Basic information
More Search MCP servers
Everything Search MCP Server
mamertofabianBrave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
duckduckgo-search MCP Server
zhsamaDuckDuckGo Search MCP Server
nickclydeA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
Comments