Roblox Studio Mcp Server [official]
About
Allows controlling Roblox Studio from MCP clients.
Details
- Author
- roblox
- Downloads
- 443
- Categories
- Other
Jump to
- Communicates with Roblox Studio via a plugin using long polling.
- Connects to Claude Desktop through stdio transport.
- Provides insert_model and run_code tools.
- Includes an automated installer and Claude Desktop configuration.
- Written in Rust with axum and rmcp libraries.
- Plugin icon toggles MCP communication on and off.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Roblox Studio Mcp Server [official]Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Download and run the installer from the releases page (or build from source with cargo run), then restart Roblox Studio and Claude Desktop. Verify setup by checking that the MCP plugin appears in Studio's Plugins tab, the console shows “The MCP Studio plugin is ready for prompts.”, and Claude Desktop lists the insert_model and run_code tools. Send prompts to Claude Desktop to modify your Studio place.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"roblox studio mcp server [official]": {
"Roblox Studio": {
"args": [
"--stdio"
],
"command": "/Users/user/git/studio-rust-mcp-server/target/debug/rbx-studio-mcp"
}
}
}
}
McpServers
{
"Roblox Studio": {
"args": [
"--stdio"
],
"command": "/Users/user/git/studio-rust-mcp-server/target/debug/rbx-studio-mcp"
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




