Roblox Studio MCP Server
Related Servers
Alternatives to Roblox Studio MCP Server
No user-submitted related servers found.
Related Servers
- 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.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to explore Roblox Studio game structure, read and edit scripts, and perform bulk changes locally and safely.MIT
- AlicenseNot gradedqualityCmaintenanceBridges AI assistants to Roblox Studio with 51 tools for exploring, editing, and automating game development, all locally via HTTP polling.552 npm6MIT
- 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
- 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.552 npmMIT
- AlicenseAqualityAmaintenanceEnables AI agents to inspect, create, edit, debug, and playtest projects inside the Roblox editor via 29 lean tools, with push-based SSE transport, editor-safe script edits, and batched undoable writes.351,210 npm5MIT
TDQS
Scored across 52 tools
Many tools have overlapping purposes: get_file_tree, get_project_structure, get_instance_children, and get_descendants all return hierarchy information; search_files, search_objects, and search_by_property all find instances. get_attributes/get_attribute and get_file_tree/get_project_structure are easy to confuse, making selection error-prone.
Naming is mostly consistent with snaking_case verb-noun pairs like get_instance_properties, set_property, create_object, delete_object. Minor deviations exist such as smart_duplicate, mass_get_property, and execute_lua, but the pattern is largely predictable.
52 tools is excessive for a single MCP server. While Roblox Studio has broad functionality, many tools are near-duplicates (e.g., create_object vs create_object_with_properties vs mass_create_objects vs mass_create_objects_with_properties; get_attributes vs get_attribute).
The tool set is extensive, covering object lifecycle, hierarchy exploration, scripting, attributes, tags, selection, terrain, and physics operations. Missing pieces like file management or publish workflow are minor given the Studio automation focus.