Skip to content

Commit b088e28

Browse files
committed
feat: add chrome-devtools-mcp plugin to marketplace
Add Chrome DevTools MCP plugin to the Claude Code plugin marketplace. This plugin enables users to control and inspect a live Chrome browser through MCP for automation, debugging, and performance analysis. Changes: - Add chrome-devtools-mcp submodule pointing to pleaseai/chrome-devtools-mcp - Update marketplace.json with plugin entry - Add plugin manifest in submodule (.claude-plugin/plugin.json) - Format turbo.json outputs PR created to upstream: ChromeDevTools/chrome-devtools-mcp#393
1 parent 7a2f34d commit b088e28

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@
7474
"source": "github",
7575
"repo": "amondnet/mcp-neo4j"
7676
}
77+
},
78+
{
79+
"name": "chrome-devtools-mcp",
80+
"description": "Control and inspect a live Chrome browser through MCP - automate actions, debug, and analyze performance using Chrome DevTools",
81+
"source": {
82+
"source": "github",
83+
"repo": "pleaseai/chrome-devtools-mcp"
84+
}
7785
}
7886
]
7987
}

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
[submodule "plugins/mcp-neo4j"]
2626
path = plugins/mcp-neo4j
2727
url = git@github.com:amondnet/mcp-neo4j.git
28+
[submodule "plugins/chrome-devtools-mcp"]
29+
path = plugins/chrome-devtools-mcp
30+
url = git@github.com:pleaseai/chrome-devtools-mcp.git

plugins/chrome-devtools-mcp

Submodule chrome-devtools-mcp added at 2931697

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"build": {
66
"dependsOn": ["^build"],
77
"inputs": ["$TURBO_DEFAULT$", ".env*"],
8-
"outputs": [".nuxt/**", "!.nuxt/cache/**", "dist/**",".output/**"]
8+
"outputs": [".nuxt/**", ".output/**", "dist/**"]
99
},
1010
"lint": {
1111
"dependsOn": ["^lint"],

0 commit comments

Comments
 (0)