Roblox Studio MCP
Related Servers
Alternatives to Roblox Studio MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to drive a running Roblox Studio in real time over a single WebSocket, executing whole Luau programs, installing in-engine controllers, hot-patching scripts during live playtests, and receiving errors, assertions and other events as pushes. It also reaches Roblox Open Cloud for the open place and answers visual questions via a vision sidecar, exposing all of this through nine MCP tools.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to explore, edit, and automate Roblox Studio sessions locally, including browsing instance hierarchies, reading and modifying scripts, manipulating properties, creating instances, building terrain, and running playtests.524 npmMIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to control Roblox Studio by running Luau code, creating and editing instances, reading the scene tree, and managing scripts via an MCP server with a long-polling plugin bridge.MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI agents to interact with Roblox Studio via a token-efficient MCP server, live two-way script sync, and zero-friction plugin setup.-
- AlicenseAqualityDmaintenanceEnables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, scene rendering, and integration with the Roblox Creator Store.67MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI assistants to directly manage Roblox Studio projects by creating, reading, updating, and deleting scripts, listing instances, executing Luau code, and inspecting properties. It works through natural language, making Studio operations accessible to AI.-
TDQS
Scored across 35 tools
Every tool addresses a clearly distinct concern: instance inspection, search, console output, performance, class API, scripting, assets, terrain, audio, input, etc. Overlapping areas are explicitly cross-referenced (e.g., `api` vs `inspect`, `character` vs `input`, `find` vs `tree`), so an agent can reliably select the right tool.
Names are readable and mostly snake_case, but the convention is mixed: bare verbs (`inspect`, `create`, `move`), bare resource nouns (`console`, `terrain`, `character`), and multiword forms with different word orders (`script_read`, `list_studios`, `set_active_studio`, `execute_luau`). The `script_*` prefix gives one consistent subgroup, but overall no single predictable pattern is followed.
35 tools is high, but the server's purpose is full Roblox Studio integration, and each tool maps to a substantial subsystem (scripts, animation, terrain, collision, datastores, universe, assets, debugging, playtest, etc.) rather than a trivial single action. The count feels slightly heavy but well justified by the breadth of the domain and the grouping of related operations into each tool.
The surface covers the main workflows: instance CRUD, script read/edit/search/create, playtesting, debugging, asset management, data stores, publishing, and specialized editors for terrain/animation/audio/geometry. There are minor gaps (e.g., no dedicated animation keyframe editor or game-settings tool), but the `execute_luau` escape hatch and op-level features compensate for most missing operations.