bytecode-viewer

GitHub

A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "bytecode-viewer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-bytecode-viewer"
      ]
    }
  }
}