Gamemaker-MCP-Server

jhalek90/Gamemaker-MCP-Server
★ 0 stars TypeScript AI/LLM Updated 3d ago
A simple MCP server for GameMaker.
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": {
    "gamemaker-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "jhalek90/Gamemaker-MCP-Server"
      ]
    }
  }
}

README Excerpt

**Give an AI agent a real connection to GameMaker** — faithful project editing, a compile loop, and a live link into the running game. Agents writing GameMaker code today work blind. They invent GML functions that do not exist, cannot tell whether the code compiles, cannot see what the game looks like, and cannot safely touch the `.yy` files that define rooms, objects

Tools (8)

gml_checkgml_compilegml_create_roomgml_create_spritegml_lookupgml_screenshotgml_searchgml_test