MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Android app of MCPE-Source

Created 12/12/2025
Updated 3 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 |

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