← Discover MCPs and Agents
M
MCPOtherGitHub

MCPE.AlphaServer

A Minecraft Pocket Edition server for 0.8.1 written in C#

Links

README

From the repo.

MCPE.AlphaServer

This is a Minecraft Pocket Edition server targeted for MinecraftPE Alpha v0.8.1.

The goal is to replace/provide a better documented alternative PocketMine, as it was made in PHP with little understanding of how the internals actually work.

! This is very much a work in progress, the only thing it's capable of is handling player connections/movements.

I will try to update it when I can, however there's little free time as I am busy with university and my day job.

Collected info

  • 16 stars
  • 6 forks
  • Language: C#
  • Source updated: 3/24/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.