Description
Enables remote control and administration of Spigot/Paper Minecraft servers through HTTP and SSE APIs. Provides capabilities for executing console commands with output capture, reading and writing server files and configurations, managing plugins, monitoring logs, and handling binary file transfers via base64 encoding. Includes token-based authentication and path traversal protection for secure remote server management and automated deployment workflows.
🔬 Playground
Try Minecraft Developer live in the browser with security context.
Installation
git clone https://github.com/center2055/minecraftdevelopermcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"minecraft-developer": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
} Community Reviews
Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.
No reviews yet. Be the first to share your experience.