Turn your Minecraft server into an AI-controllable powerhouse. Control Spigot/Paper servers directly from Cursor/Claude via Model Context Protocol (MCP).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"minecraftdevelopermc": {
"command": "npx",
"args": [
"-y",
"center2055/MinecraftDeveloperMCP"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add minecraftdevelopermc npx -y center2055/MinecraftDeveloperMCP
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"minecraftdevelopermc": {
"command": "npx",
"args": [
"-y",
"center2055/MinecraftDeveloperMCP"
]
}
}
}
📋 Copy