js-reverse-mcp

zhizhuodemao/js-reverse-mcp
★ 803 stars TypeScript 🤖 AI/LLM Updated 17d ago
为 AI Agent 设计的 JS 逆向 MCP Server,内置反检测,基于 chrome-devtools-mcp 重构 | JS reverse engineering MCP server with agent-first tool design and built-in anti-detection. Rebuilt from chrome-devtools-mcp.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "js-reverse-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zhizhuodemao/js-reverse-mcp"
      ]
    }
  }
}