Files
claude-code/docs/features/chrome-use-mcp.md
unraid bddffa216a feat: integrate 5 feature branches, upstream fixes, and MIME detection fix
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
2026-04-14 18:32:19 +08:00

796 B
Raw Permalink Blame History

Chrome Use — 浏览器自动化快速指南

让 Claude Code 直接控制你的 Chrome 浏览器,用自然语言完成网页操作。

快速开始3 分钟)

第一步:安装 Chrome 扩展

  1. 下载扩展:https://github.com/hangwin/mcp-chrome/releases下载最新 zip
  2. 解压 zip 文件
  3. 打开 Chrome 访问 chrome://extensions/
  4. 开启右上角「开发者模式」
  5. 点击「加载已解压的扩展程序」,选择解压后的文件夹

第二步:启动 Claude Code

bun run dev
ccb # 或者 ccb 安装版也行

第三步:启用 Chrome MCP

  1. 在 REPL 中输入 /mcp 打开 MCP 面板
  2. 找到 mcp-chrome,按空格键启用
  3. 按 Enter 确认

相关文档