From 44a4721e2caba9da4e9f3411b52ea6eb2b594489 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Fri, 6 Feb 2026 20:47:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Commit=20message:=20Update=20202?= =?UTF-8?q?6-02-06=2020:47:41,=201=20files,=209=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📁 Files changed: 1 📝 Lines changed: 9 • CLAUDE.md --- CLAUDE.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 4c03d47..379105e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -72,3 +72,12 @@ Save screenshots to `screenshots/` directory: ```bash curl localhost:13373 -d '{"cmd":"screenshot","path":"screenshots/page.png"}' ``` + +## MCP Server + +Run as MCP server for Claude Code integration: +```bash +claude-browse-mcp +``` + +The MCP server (`src/mcp.ts`) exposes all browser commands as tools. It uses stdio transport and auto-launches the browser on first command.