mcp-server-init
Verified Safeby ribeiry
Overview
Initializes an MCP (Minecraft Coder Pack) server development environment for Minecraft modding.
Installation
npx mcp-server-init <output_directory>Security Notes
The script uses `child_process.spawnSync` to execute `java` and `git` commands, which is generally safer than `exec`. It downloads JAR files from official Mojang and Minecraft Forge sources. No 'eval' or hardcoded secrets were found. The use of `process.argv[2]` for the output directory could theoretically allow for path manipulation if an attacker controlled the input, potentially leading to file creation/overwriting in unintended locations, but not direct code execution within the Node.js script.
Similar Servers
felix
Real-time conversational AI voice assistant with local processing, autonomous tool execution, and PWA support.
Opencode
Facilitates the setup of a Minecraft Coder Pack (MCP) development environment for creating and managing Minecraft mods.
mcp-starter
A starter template for building Model Context Protocol (MCP) servers with FastMCP and FastAPI, providing configurable tools and resources.
altibuddy
Provides a custom Minecraft server environment, likely for modding, development, or specific gameplay features, based on the Minecraft Coder Pack (MCP).