MCPE PVP server pack - Hypixel/Minemen style (PMMP 5): NovaMine core, compiled plugins, minigame source
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpe-pvp-server": {
"command": "npx",
"args": [
"-y",
"Kunosaki/mcpe-pvp-server"
]
}
}
}
Run in terminal:
claude mcp add mcpe-pvp-server npx -y Kunosaki/mcpe-pvp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpe-pvp-server": {
"command": "npx",
"args": [
"-y",
"Kunosaki/mcpe-pvp-server"
]
}
}
}