Back to Home
consigcody94 icon

minecraft-pilot

Verified Safe

by consigcody94

Overview

Control a Minecraft Java Edition server using natural language commands through Claude Desktop via RCON.

Installation

Run Command
node dist/mcp-server.js

Environment Variables

  • MINECRAFT_HOST
  • MINECRAFT_PORT
  • MINECRAFT_PASSWORD
  • MINECRAFT_TIMEOUT
  • DEBUG

Security Notes

The project extensively documents the inherent security risks of RCON (unencrypted protocol) and provides robust warnings and mitigation strategies, including strong password recommendations, firewall configuration for local access, and SSH tunneling for remote access. The `CommandParser` includes built-in safety validation to prevent execution of dangerous commands like server shutdowns (`stop`, `restart`), mass bans (`ban *`), or global kills (`kill @a`/`@e`). No 'eval' or malicious patterns were found in the source code. Hardcoded secrets are avoided by requiring environment variables for RCON credentials.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2025-11-21

Tags

minecraftrconnatural-languagemcpserver-management