An MCP server for building Minecraft mods and datapacks: real command results, live logs, client control, and fake players
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-rogal": {
"command": "npx",
"args": [
"-y",
"rogalKraft/mcp-rogal"
]
}
}
}
Run in terminal:
claude mcp add mcp-rogal npx -y rogalKraft/mcp-rogal
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-rogal": {
"command": "npx",
"args": [
"-y",
"rogalKraft/mcp-rogal"
]
}
}
}