The Inspector Edition (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.
@chrrxs/robloxstudio-mcp-inspector) is a read-only variant of Roblox Studio MCP that gives AI agents visibility into a live Studio session without granting any write access. It has no tools that create, delete, or modify instances, scripts, properties, attributes, or tags — and no runtime eval or playtest control. What you get is a safe window into the structure and state of your place that an agent can browse, analyze, and explain without any risk of accidental changes.
When to use Inspector vs full edition
| Scenario | Recommended edition |
|---|---|
| Reviewing inherited or unfamiliar code | Inspector |
| Architecture walk-throughs and documentation | Inspector |
| Security or dependency audits | Inspector |
| Pair-reviewing a PR in a live Studio session | Inspector |
| Debugging a live playtest | Full |
| Scripting, bulk editing, or place automation | Full |
| Starting / stopping playtests | Full |
| Runtime Luau eval | Full |
Install commands
The Inspector Edition uses the same--auto-install-plugin and --install-plugin flags as the full edition, with the package name @chrrxs/robloxstudio-mcp-inspector. The CLI installers automatically remove MCPPlugin.rbxmx from the Plugins folder before copying MCPInspectorPlugin.rbxmx.
Standalone plugin install
Register with your AI client
- Claude Code
- Codex CLI
- Gemini CLI
- Claude Desktop / Cursor
MCPInspectorPlugin.rbxmx from the Plugins folder.
Plugin variant conflict
Plugins folder locations:| Platform | Path |
|---|---|
| Windows | %LOCALAPPDATA%\Roblox\Plugins\ |
| macOS | ~/Documents/Roblox/Plugins/ |
MCP_PLUGINS_DIR before running the install command:
Available tools (36 read-only)
The Inspector Edition exposes 36 tools covering all read and inspection categories — none of which modify the place:- File tree inspection — browse the full instance hierarchy of the open place
- Script reads — read source code from any
Script,LocalScript, orModuleScript - Script search — find scripts by name or content pattern across the entire place
- Property reads — read instance properties, attributes, and tags
- Log capture — read buffered Studio output logs
- Memory stats — read per-peer memory usage via the Stats service
- Scene Analysis — read Scene Analysis attribution data per connected peer
- Viewport screenshot — capture a screenshot of the current Studio viewport
- Instance discovery — list connected Studio instances and their metadata via
get_connected_instances - Place version listing — list available published versions of the open place
Switching from Inspector to full edition
To upgrade from the Inspector Edition to the full edition, update your client configuration to use@chrrxs/robloxstudio-mcp instead of @chrrxs/robloxstudio-mcp-inspector, then run --install-plugin (or use --auto-install-plugin and restart the server). The CLI will remove MCPInspectorPlugin.rbxmx and copy MCPPlugin.rbxmx in its place. Fully close and reopen Studio to finish the swap.