Skip to content

Commit 9ab598e

Browse files
committed
Rebrand to Chrome DevTools MCP Multi-Browser
- Server name: chrome_devtools_multi - Server title: Chrome DevTools MCP Multi-Browser - README: standalone project identity
1 parent 567390c commit 9ab598e

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# Chrome DevTools MCP — Multi-Browser Fork
1+
# Chrome DevTools MCP — Multi-Browser
22

3-
> **This is a fork of [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp) with multi-browser support.**
4-
> Control multiple Chrome instances from a single MCP server. Switch between browsers on the fly without restarting.
3+
Control multiple Chrome instances from a single MCP server. Switch between browsers on the fly without restarting.
54

6-
[![npm chrome-devtools-mcp package](https://img.shields.io/npm/v/chrome-devtools-mcp.svg)](https://npmjs.org/package/chrome-devtools-mcp)
5+
Built on top of [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp), extending it with a browser registry that lets you connect to N Chrome instances on different debugging ports and switch between them at runtime. All 29 original tools keep working — they operate on whichever browser is currently active.
76

8-
`chrome-devtools-mcp` lets your coding agent control and inspect a live Chrome browser. It acts as a Model-Context-Protocol (MCP) server, giving your AI coding assistant access to the full power of Chrome DevTools for reliable automation, in-depth debugging, and performance analysis.
9-
10-
## Multi-Browser Support (this fork)
11-
12-
The original `chrome-devtools-mcp` connects to **one** Chrome instance. This fork adds a browser registry: connect to N Chrome instances on different debugging ports, then switch between them at runtime. All 29 original tools keep working — they operate on whichever browser is currently active.
7+
## Multi-Browser Support
138

149
### New tools
1510

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export async function createMcpServer(
4747

4848
const server = new McpServer(
4949
{
50-
name: 'chrome_devtools',
51-
title: 'Chrome DevTools MCP server',
50+
name: 'chrome_devtools_multi',
51+
title: 'Chrome DevTools MCP Multi-Browser',
5252
version: VERSION,
5353
},
5454
{capabilities: {logging: {}}},

0 commit comments

Comments
 (0)