diff --git a/README.md b/README.md index 24c816a..3fdc700 100644 --- a/README.md +++ b/README.md @@ -78,9 +78,10 @@ This library provides React bindings for that API. `` installs a ## Connect to AI clients -Desktop MCP clients like Claude Code and Cursor can't access `navigator.modelContext` directly. This repo includes a [Chrome extension](./extension) that connects your registered tools to any MCP client. +Desktop MCP clients like Claude Code and Cursor can't access `navigator.modelContext` directly. The [WebMCP Bridge extension](https://chromewebstore.google.com/detail/webmcp-bridge/chgjbookknohehmaocfijekhaocaanaf) connects your registered tools to any MCP client. -See the [extension setup guide](./extension/README.md) for build, install, and configuration instructions. +1. Install the extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/webmcp-bridge/chgjbookknohehmaocfijekhaocaanaf) +2. Configure your MCP client — see the [extension setup guide](./extension/README.md) for details Once Chrome supports this bridging natively, I'll deprecate the extension. diff --git a/extension/README.md b/extension/README.md index f51d6e5..5ee4739 100644 --- a/extension/README.md +++ b/extension/README.md @@ -28,12 +28,9 @@ pnpm build ### 2. Install in Chrome -1. Open `chrome://extensions/` -2. Enable **Developer mode** (top right) -3. Click **Load unpacked** -4. Select the `extension/dist/` directory +Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/webmcp-bridge/chgjbookknohehmaocfijekhaocaanaf). -I'll try to release it on the Chrome Webstore so it's easier to install. +For development, you can also load from source — see [Development](#development) below. ### 3. Configure your MCP client @@ -91,6 +88,8 @@ pnpm dev pnpm typecheck ``` +To load from source, build the extension (`pnpm build`), then open `chrome://extensions/`, enable **Developer mode**, click **Load unpacked**, and select the `extension/dist/` directory. + After rebuilding, click the reload button on `chrome://extensions/` to pick up changes. ### Project structure