Back to directory
idachev/mcp-javadc

idachev/mcp-javadc

@idachev

MCP server for decompiling Java .class files using JavaScript port of CFR decompiler

javadecompilerbytecodeclass-filesmcpcfrtool

Installation & Configuration

{
  "mcpServers": {
    "javaDecompiler": {
      "command": "npx",
      "args": [
        "-y",
        "@idachev/mcp-javadc"
      ],
      "env": {
        "CLASSPATH": "/path/to/java/classes"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13