A library for communication with a Minecraft client/server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcprotocollib": {
"command": "npx",
"args": [
"-y",
"rfresh2/MCProtocolLib"
]
}
}
}
Run in terminal:
claude mcp add mcprotocollib npx -y rfresh2/MCProtocolLib
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcprotocollib": {
"command": "npx",
"args": [
"-y",
"rfresh2/MCProtocolLib"
]
}
}
}