Official repository and technical documentation for VeoZax SMP - supporting MCPE 0.14.3, 0.15.10, 1.1.5, Craftsman, and Bedrock 1.21.80+.
View on GitHub →
🔍 Audit Wallet Slippage →
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-multiversion-se": {
"command": "npx",
"args": [
"-y",
"VeoZaxOfficial/mcpe-multiversion-server-veozax"
]
}
}
}
Run in terminal:
claude mcp add mcpe-multiversion-se npx -y VeoZaxOfficial/mcpe-multiversion-server-veozax
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpe-multiversion-se": {
"command": "npx",
"args": [
"-y",
"VeoZaxOfficial/mcpe-multiversion-server-veozax"
]
}
}
}