Skip to content

feat: add Claude Code plugin manifest#393

Closed
amondnet wants to merge 1 commit intoChromeDevTools:mainfrom
pleaseai:main
Closed

feat: add Claude Code plugin manifest#393
amondnet wants to merge 1 commit intoChromeDevTools:mainfrom
pleaseai:main

Conversation

@amondnet
Copy link
Copy Markdown

@amondnet amondnet commented Oct 15, 2025

Summary

  • Add .claude-plugin/plugin.json to enable this MCP server as a Claude Code plugin
  • Allows users to install and use chrome-devtools-mcp through Claude Code's plugin system

What'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

  • Easier installation: Users can install via /plugin install chrome-devtools-mcp
  • Better integration: Seamless integration with Claude Code's plugin ecosystem
  • No breaking changes: This is purely additive and doesn't affect existing MCP functionality

Installation

# Add the pleaseai marketplace
/plugin marketplace add pleaseai/claude-code-plugins

# Install chrome-devtools-mcp plugin
/plugin install chrome-devtools-mcp@pleaseai

File Added

  • .claude-plugin/plugin.json - Plugin manifest with MCP server configuration

Test Plan

  • Plugin manifest follows Claude Code plugin specification
  • MCP server configuration matches existing setup
  • No changes to existing functionality

This change is part of making chrome-devtools-mcp more accessible through the Claude Code plugin marketplace.

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.
@OrKoN
Copy link
Copy Markdown
Collaborator

OrKoN commented Oct 16, 2025

thanks for the PR, we will land it separately to fix formatting.

@OrKoN OrKoN closed this Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants