Open Source rbx-studio-mcp: Real-time Control of Roblox Studio via AI Assistants

EL4CTEO · reddit · 2026-08-22

The author released an open-source MCP server connecting AI coding assistants (Claude/Cursor/Codex) to Roblox Studio. It offers 29 tools using a push-based mechanism (not polling) with 14ms mean round-trip latency. Key features include editor-safe script edits via ScriptEditorService (prevents clobbering unsaved buffers), batched writes (e.g., 200 deletions in one call with single-step undo support), and a live API dump for catching typos. It works alongside Studio's built-in MCP and is available via npm and GitHub.

Original post →

More from coding & agent

coding & agent channel →