go-mcproxy

sduoduo233/go-mcproxy
★ 13 stars Go 📦 Other Updated 16d ago
Minecraft reverse proxy with the ability to change MOTD and bypass server address checks
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": {
    "go-mcproxy": {
      "command": "go",
      "args": [
        "run",
        "github.com/sduoduo233/go-mcproxy@latest"
      ]
    }
  }
}