diff --git a/README.md b/README.md index f6c4272..00ec7e1 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@

Still in development. Not ready to use

Like Playwright MCP but via extension. 90% less context window. 10x more capable (full playwright API)


+ + 📦 Install Extension from Chrome Web Store + +

@@ -12,7 +16,7 @@ 1. **Install the Chrome Extension** - Install the [Playwriter MCP Extension](https://github.com/remorses/playwriter) from the Chrome Web Store (or load it unpacked during development). Pin the extension to your Chrome toolbar for easy access. + [**Install Extension**](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) - Install the [Playwriter MCP Extension](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) from the Chrome Web Store (or load it unpacked during development). Pin the extension to your Chrome toolbar for easy access. 2. **Connect to a Tab** @@ -47,7 +51,7 @@ ### Using the MCP -**Important:** Before using the MCP, you must enable the extension on at least one tab: +**Important:** Before using the MCP, you must [install](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) and enable the extension on at least one tab: 1. Pin the Playwriter extension to your Chrome toolbar (click the puzzle icon) 2. Navigate to a tab you want to control diff --git a/extension/README.md b/extension/README.md index 261f269..9b9776c 100644 --- a/extension/README.md +++ b/extension/README.md @@ -2,6 +2,8 @@ Control your Chrome browser via Model Context Protocol (MCP) using Chrome DevTools Protocol (CDP) events. +[**Install from Chrome Web Store**](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) + ## What is Playwriter MCP? Playwriter MCP is a Chrome extension that enables Playwright to connect to your existing Chrome instance without spawning a new browser or requiring Chrome to be started in CDP mode. This allows AI assistants and automation tools to interact with your browser seamlessly through the Model Context Protocol. @@ -42,7 +44,7 @@ This extension requires the following permissions: ## Getting Started -1. Install the extension from the Chrome Web Store +1. [Install the extension from the Chrome Web Store](https://chromewebstore.google.com/detail/playwriter-mcp/jfeammnjpkecdekppnclgkkffahnhfhe) 2. Navigate to any webpage 3. Click the Playwriter MCP extension icon 4. The debugger will attach and the icon will turn green when connected