A Model Context Protocol server that gives AI assistants native access to Minecraft mod development tools — decompile, remap, search, and analyze Minecraft source code directly from your AI workflow.
{
"mcpServers": {
"minecraft-dev": {
"command": "npx",
"args": [
"-y",
"@mcdxai/minecraft-dev-mcp"
]
}
}
}