Download

Minecraft Automated Driver is distributed on GitHub Releases only — deliberately. It is development tooling, so it will never be published to mod or plugin marketplaces; keeping the single channel keeps the audience and the attack surface right.

Latest release

Always points at the newest tagged build; this link never goes stale.

Get the latest release ↗

Pre-alpha: releases currently ship the MCP server (run it from source — npm install && npm start). The in-game agent jars join the release bundle when their phases land (Phases 3–4).

Run from source

Node ≥ 20. The server speaks MCP over stdio:

git clone https://github.com/1fairyfox/minecraft-automated-driver
cd minecraft-automated-driver
npm install
npm start

Point your MCP client at node src/index.mjs.

All releases

Need a specific version, or the release notes for each build?

Browse every release ↗