MCPlugins

Jonatanc05/MCPlugins
★ 5 stars Java 📦 Other Updated 5y ago
All plugins I am developing for Minecraft Servers using Spigot for fun.
View on GitHub →

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"
      ]
    }
  }
}