minecraft-automated-driver

1fairyfox/minecraft-automated-driver
★ 0 stars JavaScript AI/LLM Updated today
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minecraft-automated-": {
      "command": "npx",
      "args": [
        "-y",
        "1fairyfox/minecraft-automated-driver"
      ]
    }
  }
}