Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit fadd86b

Browse files
cotywolfib
authored andcommitted
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 8a6eaa6 commit fadd86b

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

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

294294
</details>
295295

296+
<details>
297+
<summary>Katalon Studio</summary>
298+
299+
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.
300+
301+
**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>.
302+
303+
**Step 2:** Start the Chrome DevTools MCP server with the proxy:
304+
305+
```bash
306+
mcp-proxy --transport streamablehttp --port 8080 -- npx -y chrome-devtools-mcp@latest
307+
```
308+
309+
**Note:** You may need to pick another port if 8080 is already in use.
310+
311+
**Step 3:** In Katalon Studio, add the server to StudioAssist with the following settings:
312+
313+
- **Connection URL:** `http://127.0.0.1:8080/mcp`
314+
- **Transport type:** `HTTP`
315+
316+
Once connected, the Chrome DevTools MCP tools will be available in StudioAssist.
317+
318+
</details>
319+
296320
<details>
297321
<summary>OpenCode</summary>
298322

0 commit comments

Comments
 (0)