MCPELauncher-Tools

PlaGaPlusDev/MCPELauncher-Tools
★ 1 stars Shell 💻 Code/Dev Tools Updated 1mo ago
Una pequeña herramienta que hice para todos aquellos que tengan el MCPELauncher por el creador *_Crow_Rei34_* en su Codeberg ya sea la version Compilada o Flatpak
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpelauncher-tools": {
      "command": "npx",
      "args": [
        "-y",
        "PlaGaPlusDev/MCPELauncher-Tools"
      ]
    }
  }
}