M
Mcpe Source App
by @MCPE-Source
Android app of MCPE-Source
Created 12/12/2025
Updated 3 days ago
README
Repository documentation and setup instructions
MCPE-Source
Open-source Android 7+ app for sharing Minecraft PE Alpha maps, textures, mods and plugins
How It Works
- Storage: All content (JSON indexes and files) is stored in public GitHub repositories (maps, textures, mods, plugins).
- Contribution: When you upload or edit content, the app:
- Forks the target repository to your account.
- Commits your changes.
- Creates a Pull Request to the main repository.
- Review: Administrators review the Pull Request and merge it.
Screenshots
| Textures | Texture Details | User profile |
|:---:|:---:|:---:|
|
|
|
|
| Plugin Details | Author Profile | Upload Wizard |
|:---:|:---:|:---:|
|
|
|
|
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/MCPE-Source/MCPE-Source-App
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"mcpe-source-mcpe-source-app": {
"command": "git",
"args": [
"clone",
"https://github.com/MCPE-Source/MCPE-Source-App"
]
}
}
}