This tool provides a Model Context Protocol (MCP) server that seamlessly integrates AI coding assistants, such as Claude Code, directly with Roblox Studio. It establishes a robust two-way communication bridge, allowing AI to perform comprehensive operations like reading, creating, modifying, and deleting instances within the Roblox DataModel, all controlled from a terminal interface. The system ensures every AI-driven write operation is thoughtfully wrapped in Studio's ChangeHistoryService, guaranteeing full undo capabilities with Ctrl+Z for all changes. This empowers Roblox developers to leverage AI for automating tedious development tasks, accelerating iteration cycles, and dynamically generating game content and logic.
Key Features
01Ability to execute arbitrary Luau code within Studio context
02Comprehensive set of 14 tools for instance manipulation (read/write)
030 GitHub stars
04Full undo support for AI-driven changes
05Bi-directional AI control over Roblox Studio DataModel
06Secure local communication via HTTP bridge
Use Cases
01Enabling AI assistants to programmatically generate, modify, and manage game content.
02Rapidly prototyping and experimenting with Roblox DataModel structures via natural language commands.
03Automating repetitive design and development tasks in Roblox Studio using AI.