mcpe -platform
A Minecraft:Pocket Edition Server List Platform. (include android app and backend)
claude mcp add bzp2010-mcpe-server-platform
How to use
This MCP server appears to be a backend platform for the MCPE (Minecraft Pocket Edition) server ecosystem, focused on providing Android app integration, CDN configuration, and OAuth/user-module customization. The README notes emphasize setting deployment URLs, OAuth APP IDs, and various app IDs for Bugly, MTA, QQ/WeChat sharing, and login flow. In practice, you would deploy this backend to support the mobile app and any web or API clients, wiring it up to your CDN root, OAuth service, and user module. The server likely exposes endpoints or services used by the MCPE Android app to configure server access, user authentication, and platform-specific features. To use it, deploy the backend in your chosen environment, configure the API URL the Android app should talk to, and provide the necessary APP IDs and OAuth endpoints in the environment or configuration as described by your deployment method.
How to install
Prerequisites:
- A supported runtime environment (the README does not specify, but the project seems to be a backend service; be prepared for Node, Python, Java, or a containerized deployment).
- Access to a server or VM with network access to your Android app and CDN endpoints.
- Optional: Docker if you plan to run via containerized deployment.
Installation steps (generic, adapt to your stack):
-
Clone the repository: git clone <repository-url> cd <repository-directory>
-
Review environment/configuration notes in the README for required variables (OAuth APP IDs, CDN root URL, API URL, Bugly MTA IDs, sharing APP IDs, etc.).
-
Choose a deployment method:
-
Docker (recommended if provided by project): a) Build or pull the image: docker pull <image-name> b) Run the container with necessary port mappings and environment variables: docker run -d --name mcpe-server-platform -p 8080:8080 -e OAUTH_APP_ID=your_id -e CDN_ROOT_URL=https://cdn.example.com <image-name>
-
Native runtime (if the project is a Node/Python/etc. application): a) Install dependencies as specified (e.g., npm install or pip install -r requirements.txt). b) Configure environment variables or a config file according to the README guidance. c) Start the service (e.g., node server.js or python -m app).
-
-
Configure environment variables and/or a config file with:
- CDN root URL
- OAuth service APP IDs
- Bugly MTA APP IDs
- QQ/WeChat APP IDs
- API URL for the backend
- Any other provider-specific settings mentioned in the project documentation.
-
Verify the service is running and reachable from your Android app and any admin dashboards you use. Adjust firewalls, TLS certificates, and DNS as needed.
-
If using Docker, ensure data persistence and proper updates/rollback procedures are in place.
Additional notes
Tips and common issues:
- Since the README lacks concrete code and commands, rely on environment variables and configuration files to customize OAuth endpoints, CDN URLs, and mobile app IDs.
- If OAuth is optional, you may need to modify login-related components in the app or backend to bypass or customize authentication flows.
- Ensure the CDN root URL is correctly configured to serve assets for the MCPE frontend/app and that the CDN is reachable from your deployment environment.
- Keep security best practices in mind: use TLS, restrict open ports, and manage APP IDs/keys securely (do not commit them to version control).
- If you run into issues, check for missing environment variables, network access to OAuth services, and correct integration paths between the backend and the Android app.
Related MCP Servers
minecraft
A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
adb
An MCP (Model Context Protocol) server for interacting with Android devices through ADB in TypeScript.
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
python-beginner-book
A book for beginners, in an adventure format