feat: add Claude Code plugin manifest#393
Closed
amondnet wants to merge 1 commit intoChromeDevTools:mainfrom
Closed
feat: add Claude Code plugin manifest#393amondnet wants to merge 1 commit intoChromeDevTools:mainfrom
amondnet wants to merge 1 commit intoChromeDevTools:mainfrom
Conversation
amondnet
added a commit
to pleaseai/claude-code-plugins
that referenced
this pull request
Oct 15, 2025
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
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.
Collaborator
|
thanks for the PR, we will land it separately to fix formatting. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.claude-plugin/plugin.jsonto enable this MCP server as a Claude Code pluginWhat's Changed
This PR adds a Claude Code plugin manifest that enables chrome-devtools-mcp to be installed and used as a plugin in Claude Code (https://claude.ai/code).
Benefits
/plugin install chrome-devtools-mcpInstallation
File Added
.claude-plugin/plugin.json- Plugin manifest with MCP server configurationTest Plan
This change is part of making chrome-devtools-mcp more accessible through the Claude Code plugin marketplace.