All plugins I am developing for Minecraft Servers using Spigot for fun.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcplugins": {
"command": "npx",
"args": [
"-y",
"Jonatanc05/MCPlugins"
]
}
}
}
Run in terminal:
claude mcp add mcplugins npx -y Jonatanc05/MCPlugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcplugins": {
"command": "npx",
"args": [
"-y",
"Jonatanc05/MCPlugins"
]
}
}
}