Studio Rust MCP Server
UnclaimedStandalone Roblox Studio MCP Server
Install
$
claude mcp add --transport stdio Roblox_Studio -- '/Applications/RobloxStudioMCP.app/Contents/MacOS/rbx-studio-mcp' --stdioUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (6)
get_console_output
Gets the console output from Roblox Studio.
get_studio_mode
Gets the current Studio mode (startplay, runserver, or stop).
insert_model
Inserts a model from the Roblox Creator Store into the workspace. Returns the inserted model name.
run_code
Runs a command in Roblox Studio and returns the printed output. Can be used to both make changes and retrieve information.
run_script_in_play_mode
Runs a script in play mode and automatically stops play after the script finishes or times out. Returns structured output including logs, errors, and duration.
start_stop_play
Starts or stops play mode or runs the server.