drio
Open app

MCPE Server Proxy

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

MCPE Server Proxy is a tool designed to help users join MCPI-Revival servers on Minecraft Pocket Edition (MCPE) and older versions of MCPI-Revival.

To use the MCPE Server Proxy, you need to set a preset by replacing the "example.tk" in line 7 of main.py with the server address you wish to connect to. You may also need to install QPython or Pydroid3 to run the script.

  • Allows connection to MCPI-Revival servers on MCPE (0.6.1) and older versions. - Customizable presets for different servers. - Simple setup process for users.
  1. Connecting to various MCPI-Revival servers for multiplayer gaming.
  2. Facilitating access to older versions of MCPI-Revival for nostalgic gameplay.
  3. Enabling users to create and manage multiple server presets.

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": {
    "red-exe-engineer-mcpe-server-proxy-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-red-exe-engineer-mcpe-server-proxy-mcp-mirror"
      ]
    }
  }
}

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": {
    "red-exe-engineer-mcpe-server-proxy-mcp-mirror": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-red-exe-engineer-mcpe-server-proxy-mcp-mirror"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

Do I need a preset to use the MCPE Server Proxy?

While the script can work without a preset, it is recommended to use one for easier access to servers.

What do I need to run the MCPE Server Proxy?

You will need either QPython or Pydroid3 to execute the script on your device.

Can I connect to any MCPI-Revival server?

Yes, as long as you have the correct server address and the necessary setup.