Skip to content
VS Code

JS Reverse MCP for VS Code

io.github.yuanhuakk/js-reverse-mcp

MCP server for JavaScript reverse engineering and browser debugging.

client:VS Code transport:stdio runtime:npm

Install JS Reverse MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "js-reverse-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@yuanhuakk/js-reverse-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

JS Reverse MCP in other clients