McPrococol was created for simple communication with mc client-server List of currently supported versions: 1.8 - 1.12.2
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",
"Ikos3k/McProtocolLib"
]
}
}
}
Run in terminal:
claude mcp add mcprotocollib npx -y Ikos3k/McProtocolLib
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcprotocollib": {
"command": "npx",
"args": [
"-y",
"Ikos3k/McProtocolLib"
]
}
}
}