MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.21.4)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-reborn": {
"command": "npx",
"args": [
"-y",
"Hexeption/MCP-Reborn"
]
}
}
}
Run in terminal:
claude mcp add mcp-reborn npx -y Hexeption/MCP-Reborn
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-reborn": {
"command": "npx",
"args": [
"-y",
"Hexeption/MCP-Reborn"
]
}
}
}