Roblox Studio MCP Server
JSON →Provides AI assistants with comprehensive access to Roblox Studio projects for exploration, script analysis, debugging, and bulk editing.
Install
npx -y robloxstudio-mcp@latest Tools · 31
- get_file_tree Get the file tree of the game
- search_files Search files in the game
- get_place_info Get information about the current place
- get_services Get services available in the game
- search_objects Search objects in the game
- get_instance_properties Get properties of an instance
- get_instance_children Get children of an instance
- search_by_property Search instances by property
- get_class_info Get information about a class
- get_project_structure Get the project structure
- mass_get_property Get a property from multiple instances
- get_script_source Get the source code of a script
- grep_scripts Search scripts for a pattern
- get_attributes Get attributes of an instance
- get_tags Get tags of an instance
- get_tagged Get instances with a specific tag
- get_selection Get the current selection in Studio
- get_playtest_output Get output from playtesting
- get_connected_instances Get instances connected to a given instance
- get_descendants Get descendants of an instance
- compare_instances Compare two instances
- get_output_log Get the output log
- export_build Export a build of the game
- list_library List items in the library
- search_materials Search materials
- get_build Get build information
- search_assets Search assets
- get_asset_details Get details of an asset
- get_asset_thumbnail Get thumbnail of an asset
- preview_asset Preview an asset
- capture_screenshot Capture a screenshot of the game
Links
★ 454 GitHub stars