node-devtools
stdioUsed by 1 plugin
Installs browser-devtools-mcp, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub serkan-ozal/browser-devtools-claude --plugin browser-devtools-mcpAdd to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"node-devtools": {
"command": "npx",
"args": [
"-y",
"browser-devtools-mcp@latest"
],
"env": {
"PLATFORM": "node"
}
}
}
}Command
npxAccess Level
write
Arguments
-ybrowser-devtools-mcp@latest
Environment Variables
PLATFORM=node