Google Search Console MCP Server
@ahonn
Google Search Console MCP Server について
A Model Context Protocol (MCP) server providing access to Google Search Console
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gsc": {
"command": "npx",
"args": [
"-y",
"mcp-server-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Google Search Console MCP Server?
A Model Context Protocol server that provides comprehensive access to Google Search Console data with enhanced analytics capabilities, including up to 25,000 rows of performance data and advanced filtering. It is designed for developers and SEO professionals who want to integrate Search Console insights into AI-powered workflows.
How to use Google Search Console MCP Server?
Install via npm install mcp-server-gsc. After setting up a Google Cloud service account and enabling the Search Console API, configure the server in Claude Desktop by adding the GOOGLE_APPLICATION_CREDENTIALS environment variable pointing to your credentials file. Use the search_analytics tool to query performance data with optional filters and quick wins detection.
Key features of Google Search Console MCP Server
- Enhanced Search Analytics: retrieve up to 25,000 rows of performance data
- Advanced filtering with regex patterns and multiple operators
- Quick Wins Detection to automatically identify optimization opportunities
- Support for multiple dimensions: query, page, country, device, search appearance
- Flexible date ranges with customizable reporting periods
Use cases of Google Search Console MCP Server
- Analyze search performance trends across queries, pages, countries, and devices
- Filter data with regex to focus on specific topics or URL patterns
- Automatically detect pages that can improve in ranking with quick wins detection
- Compare performance between different date ranges or search types
FAQ from Google Search Console MCP Server
What are the prerequisites for using this server?
Node.js 18 or later, a Google Cloud Project with the Search Console API enabled, and a service account with Search Console access.
How do I authenticate with Google Search Console?
Create a service account in Google Cloud Console, enable the Search Console API, generate a JSON key, add the service account email as a property administrator in Search Console, and set the GOOGLE_APPLICATION_CREDENTIALS environment variable.
How do I configure this server with Claude Desktop?
Add the server definition to your Claude Desktop configuration with "command": "npx", "args": ["-y", "mcp-server-gsc"] and the environment variable GOOGLE_APPLICATION_CREDENTIALS set to your credentials file path.
What tools does this server provide?
It provides one tool: search_analytics, which accepts required parameters (siteUrl, startDate, endDate) and optional parameters for dimensions, search type, aggregation, row limit, data state, and various filters. It also supports quick wins detection.
Can I filter data using regular expressions?
Yes. You can use the pageFilter and queryFilter parameters with a regex: prefix, combined with the filterOperator parameter set to includingRegex or excludingRegex.
「検索」の他のコンテンツ
Google Search MCP Server
mixelpixxMCP Server built for use with Claude Code, Claude Desktop, VS Code, Cline - enable google search and ability to follow links and research websites
perplexity-mcp MCP server
jsonallenA Model Context Protocol (MCP) server that provides web search functionality using Perplexity AI's API.
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.
Perplexity MCP Zerver
wysh3MCP web search using perplexity without any API KEYS
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
コメント