Back to Utilities

MCP JS Debugger

Debug JavaScript and TypeScript applications through the Chrome DevTools Protocol with full source map support.

Last updated: 1/27/2026

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "mcp-js-debugger": {
      // See GitHub repository for configuration
    }
  }
}