11 releases (2 stable)

2.0.2 Sep 25, 2025
2.0.0 Sep 24, 2025
0.2.0 Mar 25, 2025
0.1.13 Mar 25, 2025

#136 in Games

Download history

518 downloads per month

MIT license

32KB
866 lines

MCX

A new and simple way to manage Minecraft servers!

Features

  • Create a Vanilla, Fabric, Forge, or Neoforge server
  • Run any server
  • Download mods
  • Server console

Planned

  • Quilt servers
  • Paper, Spigot, and other plugin software
  • Better mod management
  • World management
  • Changing server options
  • Mod verification

Commands

mcx - Entry point for all other commands.

  • init - Initialize a new Minecraft server
  • pack [ID] - Initialize a new server from a Modrinth modpack id
  • run - Run the Minecraft server
  • mod - Manage mods for your Minecraft server
    • add [ID] - Add a mod from Modrinth by mod id
    • list - List downloaded mods
    • update - Update all mods added from Modrinth
    • remove [ID] - Remove a mod added from Modrinth

Installation

Installing from GitHub

Open the releases page for this repo and download the latest version for your operating system.

Crates.io

Run the following command to install the binary directly from crates.io:

cargo install mcx

Or if you have binstall:

cargo binstall mcx

Dependencies

~17–28MB
~503K SLoC