construct-factory

ZubeidHendricks/construct-factory
★ 0 stars JavaScript Browser/Web Updated 5d ago
Factory for generating Construct 3 games via an MCP server over the .c3proj project-folder format
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": {
    "construct-factory": {
      "command": "npx",
      "args": [
        "-y",
        "ZubeidHendricks/construct-factory"
      ]
    }
  }
}

README Excerpt

A factory for generating [Construct 3](https://www.construct.net/) games programmatically, exposed to Claude (or any MCP client) as an MCP server. Construct 3 has **no public remote-editor API**. The automation surface this project targets is the **project-folder save format**: a Construct 3 project saved as a folder of JSON files (`project.c3proj` + `layouts/`, `eventSheets/`, `objectTypes/`, …). We read/write those files directly — no browser required. The human only opens the folder in Constr

Tools (3)

Level1PlayerWalk