Rromcp

Roblox Studio + Open Cloud

Use AI tools
inside Studio.

Connect your AI tools to Roblox Studio and Open Cloud. Build your game, test it, and manage its assets.

Works with Codex, Claude Code, Cursor, and other MCP clients.

Codex — roblox-project
OpenAI Codex

directory: ~/roblox-project

mcp: romcp

What should we do?

Studio + Open Cloud

Work directly in your game.

Inspect

Read Explorer, scripts, properties, selection, UI, and output.

Build

Create instances, scripts, and UI. Upload meshes and set up products through Open Cloud.

Check

Run tests, review 3D work, capture Studio, and inspect errors.

romcp v3

Scripts. Data. Playtests.

Read the docs →

API + SDK

Read scenes, run test sessions, and follow logs from your own TypeScript scripts.

Player data

Read specific saved fields through Open Cloud. No writes to player data.

UI → code

Export Studio UI as React Luau or plain Luau. Layout and appearance, not behavior.

Project preferences

Respect mapped source files. Remember materials, colors, and stud surfaces.

Playtests

Start play or multiplayer sessions, track their status, and read new output.

Profiling

Inspect CPU/GPU frame times and slow frames. LibMP setup required.

Install · v3.0.0

Install romcp.

Requires Node.js 20+ and Roblox Studio. Open Cloud tools need a key with the appropriate permissions.

npm install -g dominus-cli@latest
romcp setup
Copied