The Studio Rust MCP Server provides a bridge between Roblox Studio and AI clients like Claude Desktop and Cursor through the Model Context Protocol, enabling LLMs to interact with and modify Roblox projects. It offers tools including code execution (run_code), model insertion from the Creator Store (insert_model), console output retrieval (get_console_output), play mode control (start_stop_play), scripted testing in play mode (run_script_in_play_mode), and studio mode queries (get_studio_mode). The server is no longer actively developed, with Roblox recommending the built-in MCP Server included with Studio as the successor for connecting external AI tools.
claude mcp add --transport stdio roblox-studio-rust-mcp-server uvx studio-rust-mcp-server