MinecraftDeveloperMCP
Verified Safeby center2055
Overview
Automate Minecraft server administration and integrate with external tooling via an HTTP/SSE API, allowing console access, file management, and log retrieval.
Installation
java -jar server.jarSecurity Notes
The plugin exposes full server console and file system access (read/write/list, including binary files) over HTTP/SSE. It enforces token-based authentication and includes robust path normalization and `startsWith` checks to prevent directory traversal attacks. However, the security is critically dependent on the user configuring a strong, random token as warned in the README. A compromised token grants complete control over the Minecraft server and its files.
Similar Servers
FerrumMCP
A browser automation server for AI assistants to interact with web pages through a standardized Model Context Protocol (MCP) interface.
seamless-agent
Enhances GitHub Copilot by providing an interactive user confirmation tool, allowing AI agents to request approval or additional input before executing actions.
X96Dbg-MCP-Server-Plugin
Provides a JSON-RPC bridge for x32dbg/x64dbg, allowing external automations to inspect and control a debugged process without direct UI interaction.
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.