justfinethanku/cc_chrome_devtools_mcp_skill
This skill enables automated Chrome browser testing and performance analysis using the Chrome DevTools Protocol (CDP) via the chrome-devtools-mcp server. It provides access to 27 professional-grade tools for web application testing, performance measurement, accessibility validation, and browser automation.
Platform-specific configuration:
{
"mcpServers": {
"cc_chrome_devtools_mcp_skill": {
"command": "npx",
"args": [
"-y",
"cc_chrome_devtools_mcp_skill"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...