Skip to content

Commit 6cfef24

Browse files
authored
docs: add Katalon Studio setup instructions to README (ChromeDevTools#929)
Add MCP client configuration section for Katalon StudioAssist, covering MCP proxy setup, server hosting, and HTTP connection details.
1 parent 2814c29 commit 6cfef24

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,30 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
285285

286286
</details>
287287

288+
<details>
289+
<summary>Katalon Studio</summary>
290+
291+
The Chrome DevTools MCP server can be used with <a href="https://docs.katalon.com/katalon-studio/studioassist/mcp-servers/setting-up-chrome-devtools-mcp-server-for-studioassist">Katalon StudioAssist</a> via an MCP proxy.
292+
293+
**Step 1:** Install the MCP proxy by following the <a href="https://docs.katalon.com/katalon-studio/studioassist/mcp-servers/setting-up-mcp-proxy-for-stdio-mcp-servers">MCP proxy setup guide</a>.
294+
295+
**Step 2:** Start the Chrome DevTools MCP server with the proxy:
296+
297+
```bash
298+
mcp-proxy --transport streamablehttp --port 8080 -- npx -y chrome-devtools-mcp@latest
299+
```
300+
301+
**Note:** You may need to pick another port if 8080 is already in use.
302+
303+
**Step 3:** In Katalon Studio, add the server to StudioAssist with the following settings:
304+
305+
- **Connection URL:** `http://127.0.0.1:8080/mcp`
306+
- **Transport type:** `HTTP`
307+
308+
Once connected, the Chrome DevTools MCP tools will be available in StudioAssist.
309+
310+
</details>
311+
288312
<details>
289313
<summary>OpenCode</summary>
290314

0 commit comments

Comments
 (0)