Not yet fully functioning proxy server for entering the MCPE 0.8.1 server from version 1.8.9 Java Edition.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"javamctopocketmcprox": {
"command": "npx",
"args": [
"-y",
"Kyoruij/JavaMCtoPocketMCProxy"
]
}
}
}
Run in terminal:
claude mcp add javamctopocketmcprox npx -y Kyoruij/JavaMCtoPocketMCProxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"javamctopocketmcprox": {
"command": "npx",
"args": [
"-y",
"Kyoruij/JavaMCtoPocketMCProxy"
]
}
}
}