Skip to content

Commit 01bc820

Browse files
committed
docs: add Katalon Studio setup instructions to README
Add MCP client configuration section for Katalon StudioAssist, covering MCP proxy setup, server hosting, and HTTP connection details.
1 parent caea23a commit 01bc820

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
@@ -266,6 +266,30 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
266266

267267
</details>
268268

269+
<details>
270+
<summary>Katalon Studio</summary>
271+
272+
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.
273+
274+
**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>.
275+
276+
**Step 2:** Start the Chrome DevTools MCP server with the proxy:
277+
278+
```bash
279+
mcp-proxy --transport streamablehttp --port 8080 -- npx -y chrome-devtools-mcp@latest
280+
```
281+
282+
**Note:** You may need to pick another port if 8080 is already in use.
283+
284+
**Step 3:** In Katalon Studio, add the server to StudioAssist with the following settings:
285+
286+
- **Connection URL:** `http://127.0.0.1:8080/mcp`
287+
- **Transport type:** `HTTP`
288+
289+
Once connected, the Chrome DevTools MCP tools will be available in StudioAssist.
290+
291+
</details>
292+
269293
<details>
270294
<summary>OpenCode</summary>
271295

0 commit comments

Comments
 (0)