The whole Minecraft dev loop - build, boot, drive, watch - behind one MCP server. Semantic live control of clients and servers; loopback-only; agents disabled by default.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"minecraft-automated-": {
"command": "npx",
"args": [
"-y",
"1fairyfox/minecraft-automated-driver"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add minecraft-automated- npx -y 1fairyfox/minecraft-automated-driver
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"minecraft-automated-": {
"command": "npx",
"args": [
"-y",
"1fairyfox/minecraft-automated-driver"
]
}
}
}
📋 Copy