diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1033f4171..c50f0e748 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -9,3 +9,16 @@ } } } +{ + "mcpServers": { + "chrome-devtools": { + "command": "npx", + "args": [ + "chrome-devtools-mcp@latest", + "--channel=canary", + "--headless=true", + "--isolated=true" + ] + } + } +}