Skip to content

Commit 5eb4115

Browse files
amondnetOrKoN
authored andcommitted
feat: add Claude Code plugin manifest
Add .claude-plugin/plugin.json to enable this MCP server as a Claude Code plugin. This allows users to install and use chrome-devtools-mcp through Claude Code's plugin system. The plugin provides Chrome DevTools MCP server capabilities for browser automation, debugging, and performance analysis directly from Claude Code.
1 parent d8df784 commit 5eb4115

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.claude-plugin/plugin.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "chrome-devtools-mcp",
3+
"version": "latest",
4+
"description": "Control and inspect a live Chrome browser through MCP - automate actions, debug, and analyze performance using Chrome DevTools",
5+
"mcpServers": {
6+
"chrome-devtools": {
7+
"command": "npx",
8+
"args": ["chrome-devtools-mcp@latest"]
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)