Get the FREE Ultimate OpenClaw Setup Guide →

mkinf s

MCP servers

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio mkinf-io-mkinf-mcp-servers node server.js \
  --env PORT="Port to run the MCP server on (default 25565 or as configured by the project)" \
  --env MCP_LOG="Enable verbose logging if needed (true/false)"

How to use

This MCP server collection provides a suite of Minecraft Protocol (MCP) servers under the mkinf-mcp-servers umbrella. The repository appears to be a container for multiple MCP server implementations, allowing you to start and manage them from a single entry point. To use it, start the server entry point (typically via Node.js in this setup) and then connect your Minecraft client or proxy tooling to the configured port. The tooling and capabilities typically include handling MCP handshakes, login, and basic protocol routing for the set of servers contained within the package. If you have custom server modules or plugins, they should be loaded or wired up through the main server script or configuration files referenced by server.js.

How to install

Prerequisites:

  • Node.js (LTS) and npm installed on your machine
  • Access to the repository with the mkinf-mcp-servers package

Step-by-step:

  1. Clone the repository: git clone https://github.com/your-org/mkinf-mcp-servers.git cd mkinf-mcp-servers

  2. Install dependencies: npm install

  3. Configure environment (optional):

    • Create a .env file or set PORT to the desired port for the MCP server Example: PORT=25565
  4. Start the MCP server: npm start or node server.js

  5. Verify the server is running by checking the console output and attempting a Minecraft client connection to the configured port.

Notes:

  • If the project uses a different entry script or a build step, refer to any package.json scripts or a README within the repo for exact commands.

Additional notes

Tips and common issues:

  • Ensure your firewall allows inbound connections on the configured MCP port.
  • If you encounter port conflicts, change PORT in the environment or configuration file.
  • Check logs (MCP_LOG) for detailed protocol handling messages to diagnose handshake or routing issues.
  • If multiple MCP services are intended to run, ensure each has a unique port and proper routing configuration.
  • If the repository includes plugins or modules, ensure compatibility with your Minecraft client version and the MCP protocol expectations.
  • Review any README or wiki pages within the repo for environment-specific setup instructions or additional configuration options.

Related MCP Servers

Sponsor this space

Reach thousands of developers