MCP server for generating C# Minecraft protocol packet classes across multiple versions
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"packetgenerator": {
"command": "npx",
"args": [
"-y",
"Titlehhhh/PacketGenerator"
]
}
}
}
Run in terminal:
claude mcp add packetgenerator npx -y Titlehhhh/PacketGenerator
Add to .cursor/mcp.json:
{
"mcpServers": {
"packetgenerator": {
"command": "npx",
"args": [
"-y",
"Titlehhhh/PacketGenerator"
]
}
}
}