Recaf-MCP-Plugin

TinyHerm/Recaf-MCP-Plugin
★ 3 stars Java Memory/Knowledge Updated 2d ago
Recaf 4.x plugin that starts a local MCP (Model Context Protocol) server.
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-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "TinyHerm/Recaf-MCP-Plugin"
      ]
    }
  }
}