Skip to main content

Setting up Chrome Devtools MCP server for StudioAssist

This document demonstrates how to integrate Chrome DevTools MCP server with StudioAssist.

requirements

Steps to set up and connect Chrome DevTools to StudioAssist​

Host your Chrome DevTools MCP server

In your terminal, run the MCP proxy server:

mcp-proxy --host=0.0.0.0 --port=8000 -- npx -y chrome-devtools-mcp@latest

(You may need to pick another port if 8000 is already in use.)

The server will run locally at: http://0.0.0.0:8000/sse. Add it to StudioAssist:

katalon studio chrome devtool mcp server

Once connected successfully, you can see the Chrome DevTools MCP tools:

katalon studio chrome devtools mcp server tool list

You can then prompt StudioAssist to create a test case from scratch really quickly:

Was this page helpful?