diff --git a/README.md b/README.md
index 3061d9519..b03ee4407 100644
--- a/README.md
+++ b/README.md
@@ -266,6 +266,30 @@ Or, from the IDE **Activity Bar** > `Kiro` > `MCP Servers` > `Click Open MCP Con
+
+ Katalon Studio
+
+The Chrome DevTools MCP server can be used with Katalon StudioAssist via an MCP proxy.
+
+**Step 1:** Install the MCP proxy by following the MCP proxy setup guide.
+
+**Step 2:** Start the Chrome DevTools MCP server with the proxy:
+
+```bash
+mcp-proxy --transport streamablehttp --port 8080 -- npx -y chrome-devtools-mcp@latest
+```
+
+**Note:** You may need to pick another port if 8080 is already in use.
+
+**Step 3:** In Katalon Studio, add the server to StudioAssist with the following settings:
+
+- **Connection URL:** `http://127.0.0.1:8080/mcp`
+- **Transport type:** `HTTP`
+
+Once connected, the Chrome DevTools MCP tools will be available in StudioAssist.
+
+
+
OpenCode