From f70b527275ba28267f3361b618934c3909cb1bb1 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 15 Sep 2025 09:23:00 +0200 Subject: [PATCH 1/3] docs: update readme --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c570bd59..5b78c75c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ # Chrome DevTools MCP -`chrome-devtools-mcp` is a server that enables Model-Context-Protocol (MCP) -clients to automate Chrome for debugging purposes. This is an early experimental -prototype! +`chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that allows +clients to automate tasks in Chrome for debugging and testing purposes. + +## Key features + +- **Reliable automation**. Uses + [puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in + Chrome and automatically wait for action results. +- **Advanced performance debugging**. Uses [Chrome + DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record + traces and extract performance insights. +- **Language model friendly**. Produces text or structured representations for + the browser state that can be used across various tools. ## Disclaimers From 8e72256a29cb265c4c2b3811301aaf7a8722f1a5 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 15 Sep 2025 09:48:29 +0200 Subject: [PATCH 2/3] Update README.md Co-authored-by: Sebastian Benz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b78c75c..3d7988a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Chrome DevTools MCP -`chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that allows +`chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that brings clients to automate tasks in Chrome for debugging and testing purposes. ## Key features From 8ecf5af1e7336c6ef4975743dd259cb5f0765684 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 15 Sep 2025 09:51:33 +0200 Subject: [PATCH 3/3] Update README.md Co-authored-by: Sebastian Benz --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3d7988a3..494575dc 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,19 @@ # Chrome DevTools MCP `chrome-devtools-mcp` is a Model-Context-Protocol (MCP) server that brings -clients to automate tasks in Chrome for debugging and testing purposes. +the power of Chrome DevTools to coding agents. Using it, coding agents can live +debug style, performance or networking issues directly in Chrome. ## Key features +- **Get performance insights**: Uses [Chrome + DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record + traces and extract performance insights. +- **Advanced browser debugging**: Analyze network requests, take screenshots and + check the browser console. - **Reliable automation**. Uses [puppeteer](https://github.com/puppeteer/puppeteer) to automate actions in Chrome and automatically wait for action results. -- **Advanced performance debugging**. Uses [Chrome - DevTools](https://github.com/ChromeDevTools/devtools-frontend) to record - traces and extract performance insights. -- **Language model friendly**. Produces text or structured representations for - the browser state that can be used across various tools. ## Disclaimers