AbianS/inspector-mcp
MCP server for debugging live Node.js processes via Chrome DevTools Protocol
Platform-specific configuration:
{
"mcpServers": {
"inspector-mcp": {
"command": "npx",
"args": [
"-y",
"inspector-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> A full Node.js debugger for AI agents, powered by Chrome DevTools Protocol.
[](https://www.npmjs.com/package/inspector-mcp) [](https://www.npmjs.com/package/inspector-mcp) [](https://github.com/AbianS/inspector-mcp/actions) [](https://nodejs.org) [](LICENSE)
---
Your AI can already read and write code. With inspector-mcp it can also run it, pause it, and look inside it.
Connect any MCP-compatible AI agent to a running Node.js process. Set breakpoints on your TypeScript source files, step through execution line by line, inspect every variable in scope, and read console output — all through natural language, without leaving your AI chat.
---
---
.ts file paths; the server resolves them to the compiled .js positions automaticallyLoading reviews...