MCPE.AlphaServer

atipls/MCPE.AlphaServer
★ 16 stars C# 📦 Other Updated 30d ago
A Minecraft Pocket Edition server for 0.8.1 written in C#
View on GitHub →

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.alphaserver": {
      "command": "npx",
      "args": [
        "-y",
        "atipls/MCPE.AlphaServer"
      ]
    }
  }
}