Minecraft reverse proxy with the ability to change MOTD and bypass server address checks
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"
]
}
}
}
Run in terminal:
claude mcp add go-mcproxy go run github.com/sduoduo233/go-mcproxy@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-mcproxy": {
"command": "go",
"args": [
"run",
"github.com/sduoduo233/go-mcproxy@latest"
]
}
}
}