MCProxyCommand

michiruf/MCProxyCommand
★ 7 stars Java 💻 Code/Dev Tools Updated 1mo ago
Minecraft: A command that allows to send commands from you minecraft server instances to a velocity proxy
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": {
    "mcproxycommand": {
      "command": "npx",
      "args": [
        "-y",
        "michiruf/MCProxyCommand"
      ]
    }
  }
}