Minecraft: A command that allows to send commands from you minecraft server instances to a velocity proxy
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"
]
}
}
}
Run in terminal:
claude mcp add mcproxycommand npx -y michiruf/MCProxyCommand
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcproxycommand": {
"command": "npx",
"args": [
"-y",
"michiruf/MCProxyCommand"
]
}
}
}