Turn your Minecraft server into an AI-controllable powerhouse. Control Spigot/Paper servers directly from Cursor/Claude via Model Context Protocol (MCP).
Your Server's New AI Superpower.
Developer MCP turns your Spigot/Paper server into an AI-controllable powerhouse. By implementing the Model Context Protocol (MCP), it allows AI agents like Claude Desktop, Cursor, and Windsurf to directly interact with your server in real-time.
Stop alt-tabbing between your IDE, console, and FTP client. Just ask your AI to do it.
Imagine having a senior developer sitting inside your server console, 24/7.
latest.log, identifies the stack trace, reads the relevant config file, and fixes the YAML syntax error automatically./tps and /timings, analyzes the output, and suggests specific optimizations.The plugin exposes these tools to your connected AI:
| Tool | Description |
|---|---|
execute_command |
Run console commands with output capture. |
read_file |
Read text files (configs, logs, scripts). |
write_file |
Create or edit text files. |
list_directory |
Explore folders and view file sizes. |
read_file_base64 |
Download binary files (e.g., world data). |
write_file_base64 |
Upload binary files (e.g., plugin JARs). |
list_plugins |
Get a clean version list of all plugins. |
get_logs |
Quick access to recent log entries. |
.jar from the Versions tab and drop it into your plugins/ folder.plugins/MCPMinecraft/config.yml with a secure token and port.mcp.json.{
"mcpServers": {
"server-control": {
"url": "http://YOUR-IP:PORT/sse?token=YOUR-TOKEN",
"transport": "sse"
}
}
}---
This plugin provides complete administrative control over your server.