Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/Chrrxs/robloxstudio-mcp/llms.txt

Use this file to discover all available pages before exploring further.

Roblox Studio MCP is an open-source Model Context Protocol server that bridges AI coding agents directly to a running Roblox Studio session. Instead of switching between your AI assistant and Studio, you ask your agent to inspect the place, run Luau in the live VM, start a playtest, profile scripts, or bulk-edit properties — all without leaving your editor.

Quickstart

Wire up your AI agent and connect to Studio in under five minutes.

Plugin Installation

Install the Studio plugin manually or via the auto-install flag.

Tool Reference

Browse all 77 tools organized by category.

Core Concepts

Learn how the MCP server, bridge, and plugin work together.

What you can do

With Roblox Studio MCP your AI agent can perform complex Studio tasks autonomously — no clicking required.

Runtime Debugging

Eval Luau on the server or client VM, set log breakpoints, and read runtime logs — all during a live playtest.

Playtest Automation

Start, stop, and inspect solo and multiplayer playtests without leaving your AI coding tool.

Script Profiling

Capture Script Profiler and MicroProfiler samples to find CPU hotspots server- or client-side.

Bulk Place Editing

Mass-set properties, do cross-script find-and-replace, and create hundreds of instances in one call.

Asset Management

Search the Creator Store, insert assets, upload new assets, and generate AI models directly.

Multi-Place Routing

Connect multiple open Studio windows to the same MCP server and route calls by instance ID.

Get started in three steps

1

Enable HTTP Requests in Studio

Open your place in Roblox Studio, go to Game Settings → Security, and enable Allow HTTP Requests.
2

Add the MCP server to your AI agent

Run one command in your terminal to register the server. The --auto-install-plugin flag copies the matching Studio plugin automatically.
claude mcp add robloxstudio -- npx -y @chrrxs/robloxstudio-mcp@latest --auto-install-plugin
3

Restart Studio and start prompting

Fully close and reopen Roblox Studio so it picks up the new plugin file. The plugin toolbar button turns green when it is connected. Now ask your agent anything about your place.
Prefer a read-only setup for code review or debugging without risk of changes? See the Inspector Edition — it ships 36 safe, non-destructive tools.

Build docs developers (and LLMs) love