mcpacker

littlepenguin66/mcpacker
★ 5 stars Rust 💻 Code/Dev Tools Updated 11d ago
A command-line tool to convert client modpacks into ready-to-run Minecraft servers
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpacker": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpacker"
      ]
    }
  }
}