520,054 tools. Updated 2026-09-06 08:43
"Roblox Studio" matching MCP tools:
- Lists connected Roblox Studio windows with studio ID, place name, transport, and active status. Identifies playtest vs edit contexts so you can target the correct place when multiple windows are connected.MIT
- Search, insert, and sanitize assets from the Roblox Creator Store to safely build game environments in Roblox Studio.MIT
- Retrieve the current state of a connected Roblox Studio instance: place name, mode, selection, open scripts, and model size. Use first to verify connection and diagnose plugin or timeout issues.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
- Search Roblox Toolbox and local asset library, insert selected assets, export/import models, review quality, and generate thumbnails or new models for Roblox Studio.MIT
- Read any Roblox Weekly Recap, current or historical, to track shipped betas, engine updates, Marketplace, and Studio changes. Use week, before, or list to locate when a feature or regression landed.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.67MIT
- AlicenseAqualityDmaintenanceConnects AI coding assistants to Roblox Studio, enabling direct manipulation of the DataModel through natural language commands with undo support.14692MIT
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.
- 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
- 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
- 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
- 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
- Undo the last action in Roblox Studio to revert unintended changes and maintain project accuracy.MIT
- Retrieve and filter Roblox Studio output logs to inspect warnings, errors, or print messages, and clear them as needed.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