shadow (MCP Server)

GitHub

Gradle plugin for creating fat/uber JARs, transforming files, relocating packages, and optimizing applications with R8/ProGuard. The Gradle counterpart to Maven's Shade plugin.

Claude Desktop Configuration

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

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