MCP Directory
Back

MCP-Reborn

by Hexeption · ★ 1,525

MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.21.4)

#1-13-1#1-13-2#1-14#1-14-1#1-14-2#1-14-3#1-14-4#1-15#1-15-1#1-15-2#1-16-1#1-16-2#1-16-4#1-17#1-18#1-19#1-20#mcp#minecraft

Install

git clone https://github.com/Hexeption/MCP-Reborn.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-reborn": {
      "command": "npx",
      "args": [
        "-y",
        "github:Hexeption/MCP-Reborn"
      ]
    }
  }
}

From the README

1.13->1.21.11 1.17 Needs JDK 17 1.21> Needs JDK 21 1. Import the build.gradle in Intellij. 2. Run the Gradle "setup" task in the mcp folder in IntelliJ - you may need to select View > Tool Windows > Gradle to get this option. This will generate the decompiled source code, which you can now find in the "src" folder in the project. 3. Modify the source code as you please. 4. To test your modified code, go back to the Gradle tasks list (where you ran setup), and run the "runclient" task. This will compile your new, modified game and run it, to allow you to test.**Note: You can…
Read full README on GitHub →

Related other servers