chromedevtools--chrome-devtools-mcp
12 行
314 B
JSON
12 行
314 B
JSON
{
|
|
"name": "chrome-devtools-mcp",
|
|
"version": "latest",
|
|
"description": "Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer",
|
|
"mcpServers": {
|
|
"chrome-devtools": {
|
|
"command": "npx",
|
|
"args": ["chrome-devtools-mcp@latest"]
|
|
}
|
|
}
|
|
}
|