MCP Chrome 谷歌搜索工具
MCP 工具,用于使用 Chrome 浏览器进行 Google 搜索和网页内容提取。与 Claude 配合使用,可实现 Google 搜索和内容抓取功能。
快速安装
配置 Claude 桌面
在 Mac 上打开 Claude Desktop
前往 Claude > 设置 > 开发者 > 编辑配置
将以下内容添加到您的配置文件中:GXP1
重启Claude桌面
首次设置
授予无障碍权限
首次运行时,批准 macOS 辅助功能权限提示
导航至:系统偏好设置 > 安全和隐私 > 隐私 > 辅助功能
为您的终端应用添加并启用权限
从 Apple 事件启用 Chrome JavaScript
打开 Chrome
导航至:查看 > 开发者 > 允许来自 Apple 事件的 JavaScript
仅需一次性设置
配置完成后,当您发出请求时,Claude 将能够执行 Google 搜索并通过 Chrome 提取网页内容。
主要优势
免费搜索谷歌
打开小窗口并使用 Chrome 浏览器,因此不会被阻止
由于它正在使用你的 Chrome 窗口,因此可以访问经过身份验证的内容。Claude 只需在你的浏览器中打开 URL 即可。
平台支持
✅ macOS
❌ Windows(不支持)
❌ Linux(不支持)
要求
macOS
谷歌浏览器
Node.js 20 或更高版本
替代安装方法
NPX 安装
自定义安装
从 git 签出
运行
npm run build
添加到 Claude 配置(使用绝对路径):
本地开发
要在本地测试更改,请提高 package.json 版本并运行以将其置于编辑模式:
然后只需执行npm run build
,文件就会进入 claude 正在监控的 dist 中
然后在 Claude 桌面按 ctrl-R,无需重新启动
调试
日志监控
开发工具访问
启用开发者设置:
打开 DevTools:在 Claude 桌面中打开 Command-Option-Shift-i
在 Claude 桌面中使用 ctrl-r 来获取更好的错误信息
故障排除
Chrome JavaScript 错误
如果你看到:
解决方案:
打开 Chrome
查看 > 开发者 > 允许来自 Apple 事件的 JavaScript
无障碍权限问题
如果 Chrome 控制失败:
打开系统偏好设置
安全和隐私 > 隐私 > 可访问性
确保终端应用程序已列出并启用
如果需要,使用锁定图标进行更改
实现细节
使用 AppleScript 控制 Chrome
可见的自动化 - Chrome 窗口将打开/导航
每个请求都会打开一个新的 Chrome 标签页
定期关闭未使用的标签以获得最佳性能
仅与受信任的 Claude 实例一起使用(具有 Chrome 控制访问权限)
支持
为问题创建 GitHub 问题
包含 macOS 和 Chrome 版本详细信息
执照
MIT 许可证 - 详情请参阅许可证文件
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
通过适用于 macOS 的 Chrome 实现 Google 搜索和网页内容提取,允许访问未经身份验证和经过身份验证的内容,并与 Claude 集成以执行安全和自动化的浏览任务。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables interaction with Google Chrome tabs through the MCP protocol, allowing clients to retrieve information and control tabs on macOS using AppleScript.Last updated -4198MIT License
- -securityAlicense-qualityProvides Google search capabilities, web content extraction, and screenshot functionality with advanced bot detection avoidance through the MCP protocol.Last updated -145MIT License
- AsecurityAlicenseAqualityA server that integrates with Claude Desktop to enable real-time web research capabilities, allowing users to search Google, extract webpage content, and capture screenshots directly from conversations.Last updated -3200MIT License
- -securityFlicense-qualityEnables intelligent web scraping through a browser automation tool that can search Google, navigate to webpages, and extract content from various websites including GitHub, Stack Overflow, and documentation sites.Last updated -1