- Explore MCP Servers
- mcp-generator
Mcp Generator
What is Mcp Generator
mcp-generator is a simple tool that downloads the Minecraft Coder Pack (MCP) from modcoderpack.com, unpacks it, runs the decompiler, and converts it into a Gradle project.
Use cases
Use cases for mcp-generator include setting up a new Minecraft modding project, updating existing mod projects to newer MCP versions, and simplifying the initial setup process for mod developers.
How to use
To use mcp-generator, run the command with parameters specifying the project group, name, version, target directory, and the desired MCP version. Example: mcp-generator -g my.group -n MyProject -w 1.0 -t /path/to/directory -v 940.
Key features
Key features of mcp-generator include automatic downloading of MCP, unpacking, decompiling, and project conversion to Gradle format, making it easier for developers to set up their Minecraft modding environment.
Where to use
mcp-generator is primarily used in the Minecraft modding community, specifically for developers who want to create mods using the Minecraft Coder Pack.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Generator
mcp-generator is a simple tool that downloads the Minecraft Coder Pack (MCP) from modcoderpack.com, unpacks it, runs the decompiler, and converts it into a Gradle project.
Use cases
Use cases for mcp-generator include setting up a new Minecraft modding project, updating existing mod projects to newer MCP versions, and simplifying the initial setup process for mod developers.
How to use
To use mcp-generator, run the command with parameters specifying the project group, name, version, target directory, and the desired MCP version. Example: mcp-generator -g my.group -n MyProject -w 1.0 -t /path/to/directory -v 940.
Key features
Key features of mcp-generator include automatic downloading of MCP, unpacking, decompiling, and project conversion to Gradle format, making it easier for developers to set up their Minecraft modding environment.
Where to use
mcp-generator is primarily used in the Minecraft modding community, specifically for developers who want to create mods using the Minecraft Coder Pack.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Generator
Simple tool which downloads MCP from modcoderpack.com, unpacks it, runs the decompiler, and converts it to a gradle project.
Parameters
-g,--group <arg> Created project's group -n,--name <arg> Created project's name -w,--projectVersion <arg> Created project's version -t,--directory <arg> Path of the target directory -v,--version <arg> Target MCP version (Allowed are: 908, 918, 928, 931, 937, 940)
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










