459,100 tools. Updated 2026-08-17 05:10
"Roblox Studio" matching MCP tools:
- Run Luau code in Roblox Studio and get output, return values, or error traceback. Build, script, inspect, or modify Studio projects by iterating on errors and re-running.MIT
- Search, insert, and sanitize assets from the Roblox Creator Store to safely build game environments in Roblox Studio.MIT
- Query Roblox Studio scenes to retrieve hierarchy trees, instance details, properties, search results, selection data, output logs, and texture information for development and debugging.MIT
- Manipulate Roblox Studio scene instances to create, update, delete, clone, reparent, reset pivots, and manage selections.MIT
- Check the status of a local Roblox Studio plugin by returning its version, place, and connection state.MIT
- Retrieve the current Roblox Studio viewport camera state. Get position, orientation, and zoom for use in automated editing and scene inspections.MIT
Matching MCP Servers
- 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.66MIT
- AlicenseAqualityDmaintenanceConnects AI coding assistants to Roblox Studio, enabling direct manipulation of the DataModel through natural language commands with undo support.14462MIT
Matching MCP Connectors
Roblox public profile + friends + badges + games + groups lookups.
Connect to the MCP Studio SDK MCP server. This server is connected to two sources: the MCP Studio SDK documentation and the GitHub sample application repos. These resources are great for individuals looking to embed MCP Studio SDK into their web applications, and need an easy way to connect to an MCP server that has access reliable resources for AI-assisted engineering workflows.
- Manage Lua scripts in Roblox Studio: create, read, update, and execute code for game development workflows.MIT
- Control Roblox Studio playtest sessions to test and debug games by starting/stopping tests, moving cameras, triggering interactions, executing code, and reading game state.MIT
- Toggle the UI preview setting in Roblox Studio to modify view rendering for screenshots and quality assurance.AGPL 3.0
- Test and automate Luau scripts within Roblox Studio's sandboxed environment, with restrictions on HttpService, DataStoreService, and MessagingService.AGPL 3.0
- Retrieves Roblox Studio instance hierarchy as a tree structure using dot notation paths, starting from game root or specified instance.MIT
- Run arbitrary Luau code in Roblox Studio and return the output. Leverages full API access from the plugin context; use 'return <value>' to capture results.MIT
- Update script source code safely in Roblox Studio without using loadstring. Input the script instance path and the new source code to modify scripts directly in the Studio environment.MIT
- Removes an attribute from a Roblox instance when given its dot-path and attribute name, helping you manage instance data.MIT
- Undo the last action in Roblox Studio to revert unintended changes and maintain project accuracy.MIT
- Retrieve the source code of any Script, LocalScript, or ModuleScript in Roblox Studio by providing its full instance path.AGPL 3.0
- Search Roblox Studio instances by name, class type, or script content to locate specific objects or code patterns within your project.MIT
- Reverse the last undo in Roblox Studio. Reapply the reverted change to regain your previous work.MIT
- Retrieve recent console outputs and error logs from Roblox Studio to debug issues in real-time.AGPL 3.0
- Retrieves the currently selected objects in Roblox Studio to identify which parts, models, or scripts are active in the editor.MIT