为 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.
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"
]
}
}
}
Run in terminal:
claude mcp add js-reverse-mcp npx -y zhizhuodemao/js-reverse-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"js-reverse-mcp": {
"command": "npx",
"args": [
"-y",
"zhizhuodemao/js-reverse-mcp"
]
}
}
}