M
Mcpe Source App
作者 @MCPE-Source
Android app of MCPE-Source
创建于 12/12/2025
更新于 4 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 |
|:---:|:---:|:---:|
|
|
|
|
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/MCPE-Source/MCPE-Source-App
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"mcpe-source-mcpe-source-app": {
"command": "git",
"args": [
"clone",
"https://github.com/MCPE-Source/MCPE-Source-App"
]
}
}
}