mcp-installer

Updated at 16 days ago

by anaisbetts

341

star

on GitHub

An MCP server that installs other MCP servers for you

Tags

What is MCP Installer

MCP Installer is a user-friendly script designed to simplify the process of setting up the Minecraft Coder Pack (MCP). It automates downloading, extracting, patching, and setting up the MCP environment, saving time and effort compared to manual installation. It aims to provide a streamlined and efficient way to decompile, deobfuscate, and recompile Minecraft source code.

How to use

The README provides general instructions on how to use the shell script, typically by making it executable and running it:

  1. Clone the repository: git clone https://github.com/anaisbetts/mcp-installer
  2. Navigate to the directory: cd mcp-installer
  3. Make the script executable: chmod +x mcp_install.sh
  4. Run the script: ./mcp_install.sh

The script will then guide you through the process of selecting the Minecraft version and performing the setup steps.

Key features

  • Automated Installation: Downloads, extracts, and patches the MCP automatically.
  • Simplified Setup: Streamlines the complex process of setting up the MCP environment.
  • User-Friendly: Provides an interactive interface to select the Minecraft version.

FAQ (generate common questions based on the article content)

  • What is Minecraft Coder Pack (MCP)?

    • MCP is a toolset for decompiling, deobfuscating, and recompiling Minecraft's source code, allowing modders to understand and modify the game.
  • What does this script do?

    • This script automates the tedious manual steps involved in setting up MCP, making it easier to start modding Minecraft.
  • How do I run the script?

    • Clone the repository, make the script executable, and then run it from your terminal.
  • What Minecraft versions are supported?

    • Check the script itself, as it dynamically displays the available versions during execution. The README doesn't list specific versions, but implies that version selection is a core feature.

View More