Skip to main content
Glama
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
  • 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

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
  • 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
  • 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
  • Retrieve and filter Roblox Studio output logs to inspect warnings, errors, or print messages, and clear them as needed.
    MIT