MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

Android app of MCPE-Source

创建于 12/12/2025
更新于 4 days ago
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

  1. Storage: All content (JSON indexes and files) is stored in public GitHub repositories (maps, textures, mods, plugins).
  2. 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.
  3. Review: Administrators review the Pull Request and merge it.

Screenshots

| Textures | Texture Details | User profile | |:---:|:---:|:---:| | screenshot_1 - Mcpe Source App by MCPE-Source | screenshot_2 - Mcpe Source App by MCPE-Source | screenshot_3 - Mcpe Source App by MCPE-Source |

| Plugin Details | Author Profile | Upload Wizard | |:---:|:---:|:---:| | screenshot_4 - Mcpe Source App by MCPE-Source | screenshot_5 - Mcpe Source App by MCPE-Source | screenshot_6 - Mcpe Source App by MCPE-Source |

快速设置
此服务器的安装指南

安装命令 (包未发布)

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" ] } } }