drio
Open app

MCPE Server Proxy

Source

This helps with joining MCPI servers on MCPE

Catalog onlyCatalog onlySTDIO

Overview

MCPE Server Proxy is a tool that facilitates joining MCPI Revival servers on the MCPE (Minecraft Pocket Edition) for various versions, including older iterations and specific builds of MCPI.

To use MCPE Server Proxy, adjust the preset server address in the main.py script. For example, replace "example.tk" with the desired server address such as "pbptanarchy.tk". Users may also need to install QPython or Pydroid3 to run the script on their devices.

  • Compatibility with MCPE and older versions of MCPI - Ability to set custom server presets for multiple connections - Requires minimal setup for usability
  1. Connecting to multiplayer servers on MCPE for enhanced gameplay.
  2. Facilitating access to legacy versions of Minecraft for nostalgic players.
  3. Allowing users to handle multiple server connections easily.

Add to your AI client

Use these steps to connect MCPE Server Proxy in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcpe-server-proxy-red-exe-engineer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpe-server-proxy-red-exe-engineer"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcpe-server-proxy-red-exe-engineer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpe-server-proxy-red-exe-engineer"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcpe-server-proxy-red-exe-engineer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpe-server-proxy-red-exe-engineer"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcpe-server-proxy-red-exe-engineer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpe-server-proxy-red-exe-engineer"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcpe-server-proxy-red-exe-engineer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpe-server-proxy-red-exe-engineer"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcpe-server-proxy-red-exe-engineer": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpe-server-proxy-red-exe-engineer"
      ]
    }
  }
}

FAQ

What versions of MCPE does this support?

MCPE Server Proxy supports MCPE (0.6.1) and various old versions of MCPI-Revival.

Do I need to install any applications?

Yes, it is recommended to install either QPython or Pydroid3 to run the script successfully.

Can I customize the server list?

Yes! You can set a preset server address in the script and even create multiple presets for different servers.