经 AI Skill Hub 精选评估,MCP-Google Search Console 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Google Search Console Insights with Claude AI for SEOs,帮助SEO专家提高网站排名和流量。
MCP-Google Search Console 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
Google Search Console Insights with Claude AI for SEOs,帮助SEO专家提高网站排名和流量。
MCP-Google Search Console 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/AminForou/mcp-gsc
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"mcp-google-search-console": {
"command": "npx",
"args": ["-y", "mcp-gsc"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 MCP-Google Search Console 执行以下任务... Claude: [自动调用 MCP-Google Search Console MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"mcp-google_search_console": {
"command": "npx",
"args": ["-y", "mcp-gsc"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A Model Context Protocol (MCP) server that connects Google Search Console (GSC) to AI assistants, allowing you to analyze your SEO data through natural language conversations. Works with Claude Desktop, Cursor, Codex CLI, Gemini CLI, Antigravity, and any other MCP-compatible client.
Want way more? There's a hosted version of this MCP server that's far more advanced — zero setup, no Python, no terminal, with one-click Google sign-in and added GA4 tools. Works with Claude Desktop, Claude Code, Claude.ai, Codex, Cursor, and any other MCP client. Only 100 seats available. → Advanced GSC MCP (hosted)
---
No cloning, no Python installation, no virtual environments. uvx downloads and runs the server automatically and keeps it up to date.
Install uv — open Terminal and run all three commands in order:
```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
The installer updates ~/.local/bin but your current Terminal session doesn't see it yet. Run:
source $HOME/.local/bin/env
Then add it permanently:
echo 'source $HOME/.local/bin/env' >> ~/.zshrc
The standard setup runs the server locally. This section is only for users who want to run it on a remote server or in a container.
docker build -t mcp-gsc .
docker run \
-e MCP_TRANSPORT=sse \
-e MCP_HOST=0.0.0.0 \
-e MCP_PORT=3001 \
-e GSC_CREDENTIALS_PATH=/app/credentials.json \
-v /path/to/credentials.json:/app/credentials.json \
-p 3001:3001 \
mcp-gsc
---
| Tool | Sample Prompt |
|---|---|
list_properties | "List all my GSC properties and tell me which ones have the most pages indexed." |
get_search_analytics | "Show me the top 20 search queries for mywebsite.com in the last 30 days, highlight any with CTR below 2%, and suggest title improvements." |
get_performance_overview | "Create a visual performance overview of mywebsite.com for the last 28 days, identify any unusual drops or spikes, and explain possible causes." |
check_indexing_issues | "Check these pages for indexing issues: mywebsite.com/product, mywebsite.com/services, mywebsite.com/about" |
inspect_url_enhanced | "Do a comprehensive inspection of mywebsite.com/landing-page and give me actionable recommendations." |
compare_search_periods | "Compare my site's performance between January and February. What queries improved the most?" |
get_advanced_search_analytics | "Analyze queries with high impressions but positions below 10, filtered to mobile traffic in the US only." |
---
| Variable | Required | Default | Description |
|---|---|---|---|
GSC_OAUTH_CLIENT_SECRETS_FILE | OAuth only | — | Absolute path to your OAuth client secrets JSON. Always required when using uvx. |
GSC_CREDENTIALS_PATH | Service account only | — | Absolute path to your service account JSON key. Always required when using uvx. |
GSC_SKIP_OAUTH | No | false | Set to "true" to force service account auth and skip OAuth entirely |
GSC_DATA_STATE | No | "all" | "all" matches the GSC dashboard. "final" returns only confirmed data (2–3 day lag). |
GSC_ALLOW_DESTRUCTIVE | No | false | Set to "true" to enable add/delete site and delete sitemap tools |
---
Cmd+Q) and reopen the app after any config change — just closing the window is not enough---
You need credentials before configuring any client. Pick one method:
~/Documents/client_secrets.json)On first use, a browser window will open asking you to sign in to your Google account. After that, the token is saved and no browser interaction is needed again.
~/Documents/service_account.json)Updated 2026 — covers the full installation process using the new uvx method, from setting up your Google credentials to your first successful query.
---
MCP-Google Search Console Insights with Claude AI是一个有用的工具,帮助SEO专家提高网站排名和流量,但其代码质量和文档完善度需要进一步改进。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:MCP-Google Search Console 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | mcp-gsc |
| 原始描述 | 开源MCP工具:Google Search Console Insights with Claude AI for SEOs。⭐989 · Python |
| Topics | mcpclaudegoogle-search-consoleseopython |
| GitHub | https://github.com/AminForou/mcp-gsc |
| License | MIT |
| 语言 | Python |
收录时间:2026-06-13 · 更新时间:2026-06-13 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端