Skip to main content
Glama

Roblox Studio MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SERVER_PORTNoMCP server port (default: stdio)
REQUEST_TIMEOUTNoRequest timeout in milliseconds30000
HTTP_SERVER_PORTNoHTTP bridge port3002
PLUGIN_POLL_INTERVALNoPlugin poll frequency in milliseconds500

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_file_tree

Get complete hierarchy of the Roblox Studio project with script types, models, and folders

search_files

Find files by name, type, or content patterns

get_place_info

Get place ID, name, and game settings

get_services

Get available Roblox services and their children

search_objects

Find instances by name, class, or properties

get_instance_properties

Get all properties of a specific instance

get_instance_children

Get child objects and their types

search_by_property

Find objects with specific property values

get_class_info

Get available properties/methods for Roblox classes

get_project_structure

Get complete game hierarchy. IMPORTANT: Use maxDepth parameter (default: 3) to explore deeper levels of the hierarchy. Set higher values like 5-10 for comprehensive exploration

set_property

Set a property on any Roblox instance

mass_set_property

Set the same property on multiple instances at once

mass_get_property

Get the same property from multiple instances at once

create_object

Create a new Roblox object instance (basic, without properties)

create_object_with_properties

Create a new Roblox object instance with initial properties

mass_create_objects

Create multiple objects at once (basic, without properties)

mass_create_objects_with_properties

Create multiple objects at once with initial properties

delete_object

Delete a Roblox object instance

smart_duplicate

Smart duplication with automatic naming, positioning, and property variations

mass_duplicate

Perform multiple smart duplications at once

set_calculated_property

Set properties using mathematical formulas and variables

set_relative_property

Modify properties relative to their current values

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/boshyxd/robloxstudio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server