devtools-debugger-mcp
by Gulhidayat
Overview
Facilitate debugging of Node.js applications by exposing Chrome DevTools Protocol capabilities via an MCP server.
Installation
node dist/index.jsSecurity Notes
This server is designed to act as a powerful debugging agent, inherently involving high-privilege operations. The 'evaluate_expression' tool allows arbitrary JavaScript code execution within the debugged Node.js process. The 'start_node_debug' tool allows spawning arbitrary Node.js scripts by path. While these are core features of a debugger, they pose significant security risks if the server receives untrusted input or if the agent interacting with it is compromised, as it can lead to arbitrary code execution on the host system. No hardcoded secrets or obfuscation were found. The server primarily communicates via stdio, but the debugged Node.js process itself may make network calls.
Similar Servers
chrome-devtools-mcp
Control and inspect a live Chrome browser programmatically via an MCP server, enabling AI coding agents to perform reliable automation, in-depth debugging, and performance analysis.
Chrome-DevTools-MCP
Enables AI coding agents to control and inspect a live Chrome browser for reliable web automation, in-depth debugging, and performance analysis.
inspector
An interactive developer tool for testing, debugging, and monitoring MCP (Model Context Protocol) servers, including their tools, prompts, resources, and UI widgets.
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.