Debug JavaScript and TypeScript applications through the Chrome DevTools Protocol with full source map support.
Server Config
{
"mcpServers": {
"mcp-js-debugger": {
"command": "npx",
"args": [
"mcp-js-debugger"
]
}
}
}