Google Search Console MCP Server
@LeonardSEO
关于 Google Search Console MCP Server
MCP server voor Google Search Console API integratie met n8n
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"google-search-console-mcp-leonardseo": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Search Console MCP Server?
Google Search Console MCP Server is an MCP server that exposes the Google Search Console API for use in n8n workflows via the MCP Client node. It is intended for n8n users who want to automate Search Console data retrieval and analysis.
How to use Google Search Console MCP Server?
Install Python 3.7+, clone the repository, create a virtual environment, install dependencies, and run the setup script to configure a Google service account credentials file. In n8n, add an MCP Client (STDIO) node, set the command to the Python path, arguments to the server script, and the environment variable SERVICE_ACCOUNT_JSON pointing to your credentials file. Then call any of the available tools by selecting "Execute Tool" in the MCP Client node.
Key features of Google Search Console MCP Server
- List all Search Console sites
- Retrieve search analytics data
- View top search queries and pages
- Check URL indexing status
- Fetch sitemap information
- Query search terms for a specific URL
- All tools available via n8n MCP Client node
Use cases of Google Search Console MCP Server
- Automate weekly top‑query reports in n8n
- Monitor URL indexing status for multiple sites
- Extract sitemap data to audit website structure
- Build a dashboard that refreshes Search Console metrics
- Integrate search analytics with other n8n workflows
FAQ from Google Search Console MCP Server
What does the server require to run?
Python 3.7+ and a Google service account with access to the desired Search Console properties.
How do I set up authentication?
Run the included setup script (setup-credentials.sh) and either provide an existing service account JSON file or create a new one in Google Cloud Console. Then grant the service account email access in Google Search Console settings.
What tools does the server provide?
It provides eight tools: list_sites, get_search_analytics, get_top_queries, get_top_pages, get_queries_for_url, inspect_url, and list_sitemaps.
Where are credentials stored?
Credentials are stored locally in a JSON file. The .gitignore file prevents it from being pushed to Git.
What transport does the server use?
The server uses STDIO transport, as it is designed for n8n’s MCP Client (STDIO) node.
搜索 分类下的更多 MCP 服务器
Google Search Console MCP Server
ahonnA Model Context Protocol (MCP) server providing access to Google Search Console
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
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
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Kagi MCP server
kagisearchThe Official Model Context Protocol (MCP) server for Kagi Search & other tools.
评论