mcp-worldedit-craftscript

Lucas-Buckley/mcp-worldedit-craftscript
★ 0 stars TypeScript AI/LLM Updated today
MCP server for injecting and running WorldEdit CraftScripts on a NeoForge Minecraft server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-worldedit-crafts": {
      "command": "npx",
      "args": [
        "-y",
        "Lucas-Buckley/mcp-worldedit-craftscript"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that lets an MCP client (e.g. Claude) write and run using a specific player's live selection and undo history — usable remotely by multiple people without you having to hand out credentials. It talks to the Minecraft server two ways: - **RCON**, for player-agnostic things: craftscript file management, and whispering one-time

Tools (9)

delete_craftscriptget_selection_infoinject_craftscriptlist_craftscriptsread_craftscriptrequest_login_coderun_craftscriptundoverify_login_code