MCPVault

run_code

MCP tool from Studio Rust MCP Server by Roblox

Runs a command in Roblox Studio and returns the printed output. Can be used to both make changes and retrieve information.

How to use it

run_code is exposed by the Studio Rust MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the run_code tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Studio Rust MCP Server

$claude mcp add --transport stdio Roblox_Studio -- '/Applications/RobloxStudioMCP.app/Contents/MacOS/rbx-studio-mcp' --stdio
FULL STUDIO RUST MCP SERVER LISTING