MCP JS Debugger
@johngrimes
关于 MCP JS Debugger
Debug JavaScript and TypeScript applications through the Chrome DevTools Protocol with full source map support.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-js-debugger": {
"command": "npx",
"args": [
"mcp-js-debugger"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP JS Debugger?
MCP JS Debugger is an MCP server that enables AI assistants to connect to any Chrome DevTools Protocol (CDP)-compatible debugger—such as Node.js, Chrome, or Edge—and perform full debugging operations on JavaScript and TypeScript applications. It is designed for developers who want AI-assisted debugging with breakpoints, stepping, variable inspection, and source map support.
How to use MCP JS Debugger?
Add the server using claude mcp add mcp-js-debugger -- npx mcp-js-debugger, then start your Node.js application with the --inspect-brk flag. The server automatically connects to the CDP-compatible debugger and exposes debugging tools to the AI assistant.
Key features of MCP JS Debugger
- Set and manage breakpoints
- Step through code (over, into, out)
- Inspect call stacks and variables
- Evaluate expressions in any stack frame
- Modify variable values during execution
- Pause on exceptions with full source map support
Use cases of MCP JS Debugger
- Debug a Node.js backend service with AI‑guided breakpoints and variable inspection
- Debug a browser application using Chrome or Edge DevTools Protocol
- Debug transpiled TypeScript or bundled JavaScript while viewing original source locations
- Integrate an AI assistant into an existing debugging workflow for step‑by‑step analysis
FAQ from MCP JS Debugger
What debuggers are compatible with MCP JS Debugger?
Any debugger that implements the Chrome DevTools Protocol, including Node.js (with --inspect), Chrome, and Edge.
How do I get started with MCP JS Debugger?
Run claude mcp add mcp-js-debugger -- npx mcp-js-debugger and then start your Node.js app with the --inspect-brk flag.
Does MCP JS Debugger support source maps?
Yes, full source map support is included, allowing you to debug TypeScript, bundled code, or any compiled JavaScript while viewing original source locations.
What runtime environment is required?
It requires Node.js and the npx command to execute the MCP server package. The debuggee (e.g., Node.js, Chrome) must be launched with CDP enabled.
How does the server transport work?
The server uses standard I/O (stdio) as the transport layer, typical for MCP servers invoked via npx or claude mcp add. There is no additional authentication mechanism described.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Nginx UI
0xJackyYet another WebUI for Nginx
评论