Google Search Console Mcp Server
@Shin-sibainu
关于 Google Search Console Mcp Server
A Model Context Protocol (MCP) server that provides programmatic access to Google Search Console API data through Claude Code and Cursor.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"google-search-console-mcp-server"
],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
"GOOGLE_CLIENT_SECRET": "your-client-secret",
"GOOGLE_REDIRECT_URI": "http://localhost:8080",
"GOOGLE_REFRESH_TOKEN": "your-refresh-token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Google Search Console MCP Server?
A Model Context Protocol (MCP) server that provides programmatic access to Google Search Console API data through Claude Code and Cursor. It enables developers to query search performance, manage sitemaps, inspect URLs, and submit URLs for indexing using natural language commands.
How to use Google Search Console MCP Server?
Configure a .mcp.json file with your Google OAuth credentials (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET, GOOGLE_REDIRECT_URI, GOOGLE_REFRESH_TOKEN). Run the setup command (npx -y google-search-console-mcp-setup) to generate a refresh token, then use natural language prompts in Claude Desktop or Claude Code to interact with Search Console data.
Key features of Google Search Console MCP Server
- List all Search Console properties you have access to
- Query search performance data with flexible filtering
- Retrieve sitemap status and indexing statistics
- Check detailed indexing status of specific URLs
- Submit URLs for indexing or removal
- Compare search performance between two time periods
Use cases of Google Search Console MCP Server
- Get top queries and performance data for a site over the last 7 days
- Compare this week's search performance vs last week
- Inspect the indexing status of a specific page
- Submit a new article URL for indexing
- Review sitemap submission status and errors
FAQ from Google Search Console MCP Server
What are the API limits for the Google Search Console MCP Server?
Daily quota is 2,000 requests per project, with a maximum of 600 requests per 100 seconds. Data is available for up to 16 months with a typical latency of 2-3 days.
How do I get OAuth credentials?
Create a project in Google Cloud Console, enable the Google Search Console API (and optionally the Indexing API), create an OAuth 2.0 Client ID (Desktop app), and add http://localhost:8080 as an authorized redirect URI.
What authentication is required?
OAuth 2.0 with a client ID, client secret, redirect URI, and a refresh token. The refresh token is obtained by running the google-search-console-mcp-setup command and completing the browser authentication flow.
How do I handle "403 access_denied" errors?
Add your
搜索 分类下的更多 MCP 服务器
Bing Search MCP Server
leehanchungMCP Server for Bing Search API
Brave 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
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
Brave Search
modelcontextprotocolModel Context Protocol Servers
Web Scout MCP Server
pinkpixel-devA powerful MCP server extension providing web search and content extraction capabilities. Integrates DuckDuckGo search functionality and URL content extraction into your MCP environment, enabling AI assistants to search the web and extract webpage content programmatically.
评论