recaf-mcp

Naptila/recaf-mcp
★ 5 stars Java Search Updated today
An MCP server for headless Recaf analysis, decompilation, search, bytecode patching, and JVM/Android reverse engineering.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "recaf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Naptila/recaf-mcp"
      ]
    }
  }
}