chrome
stdioUsed by 4 plugins
Installs claude-code-settings, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub feiskyer/claude-code-settings --plugin claude-code-settingsAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"chrome": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--no-usage-statistics",
"--autoConnect"
]
}
}
}Command
npxArguments
chrome-devtools-mcp@latest--no-usage-statistics--autoConnect