Minecraft Java Fabric mod and MCP server for AI-assisted world inspection, building, validation, screenshots, and persistent undo.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mc-architect-mcp": {
"command": "npx",
"args": [
"-y",
"AnctyEnly453/mc-architect-mcp"
]
}
}
}
Run in terminal:
claude mcp add mc-architect-mcp npx -y AnctyEnly453/mc-architect-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"mc-architect-mcp": {
"command": "npx",
"args": [
"-y",
"AnctyEnly453/mc-architect-mcp"
]
}
}
}