mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 05:45:51 +00:00
Squashed 5 commits: Features (from 5 feature branches): - MCP fix, pipe mute, stub recovery - KAIROS activation, openclaw autonomy - Daemon/job command hierarchy + cross-platform bg engine Upstream fixes: - fix: Bun.hash compatibility - chore: chrome dependency update - docs: browser support guide MIME detection fix: - Screenshot detectMimeFromBase64(): decode raw bytes from base64 instead of broken charCodeAt comparison - Fixes API 400 on Windows (JPEG) and macOS (PNG) screenshots
796 B
796 B
Chrome Use — 浏览器自动化快速指南
让 Claude Code 直接控制你的 Chrome 浏览器,用自然语言完成网页操作。
快速开始(3 分钟)
第一步:安装 Chrome 扩展
- 下载扩展:https://github.com/hangwin/mcp-chrome/releases(下载最新 zip)
- 解压 zip 文件
- 打开 Chrome 访问
chrome://extensions/ - 开启右上角「开发者模式」
- 点击「加载已解压的扩展程序」,选择解压后的文件夹
第二步:启动 Claude Code
bun run dev
ccb # 或者 ccb 安装版也行
第三步:启用 Chrome MCP
- 在 REPL 中输入
/mcp打开 MCP 面板 - 找到
mcp-chrome,按空格键启用 - 按 Enter 确认
相关文档
- GitHub 仓库:https://github.com/hangwin/mcp-chrome