MCP Servers

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

M
Mcpelauncher Swift
作者 @hugonote

Native SwiftUI launcher for Minecraft Bedrock on macOS

创建于 5/18/2026
更新于 2 days ago
Repository documentation and setup instructions

Latest release macOS 14+ Apple Silicon MIT license

Minecraft Bedrock Launcher

Native SwiftUI launcher for Minecraft: Bedrock Edition on macOS.

Minecraft Bedrock Launcher screenshot

Overview

Minecraft Bedrock Launcher is an unofficial Swift and SwiftUI app for running Minecraft: Bedrock Edition on macOS through the mcpelauncher runtime.

Download the latest Apple Silicon build from GitHub Releases. macOS 14 or newer is required.

Features

  • Native SwiftUI launcher window for macOS.
  • Google Play sign-in through WebKit.
  • Store Google Play credentials in the macOS Keychain.
  • Version lookup and APK/split APK download through bundled Google Play tools.
  • Runtime download/update and compatibility patch setup.

The launcher code is MIT licensed. Upstream components keep their own licenses.

Build

Requirements:

  • macOS 14 or newer
  • Apple Silicon Mac for release builds
  • Swift 6 toolchain
  • Xcode with actool for app icon compilation
  • CMake when building bundled Google Play helpers

Run tests:

swift test

Build the release .app bundle:

Scripts/build-app-bundle.sh

Build the release DMG:

Scripts/build-dmg.sh

The bundle script builds the launcher, helper executables, Sparkle framework, app resources, and bundled Google Play helpers. To use prebuilt gplayver and gplaydl helpers instead:

GPLAYVER_PATH=/path/to/gplayver \
GPLAYDL_PATH=/path/to/gplaydl \
Scripts/build-app-bundle.sh

If you want to build the Swift products manually:

swift build -c release --product MinecraftBedrockLauncher
swift build -c release --product mcpelauncher-ui-qt
swift build -c release --product mcpelauncher-webview

Useful release-time variables:

  • APP_VERSION=0.1.0
  • CODESIGN_IDENTITY="Developer ID Application: ..."
  • SPARKLE_FEED_URL=https://.../appcast.xml
  • SPARKLE_PUBLIC_ED_KEY=...
  • NOTARY_PROFILE=...

Credits

Minecraft Bedrock Launcher is not affiliated with Mojang, Microsoft, Google, or the minecraft-linux maintainers.

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

安装命令 (包未发布)

git clone https://github.com/hugonote/mcpelauncher-swift
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "hugonote-mcpelauncher-swift": { "command": "git", "args": [ "clone", "https://github.com/hugonote/mcpelauncher-swift" ] } } }