Roblox Studio MCP — release channel. Pre-built obfuscated plugin only.
⚡ Studio MCP — Extended Edition
Release channel — pre-built plugin only
This repository is the public release channel for the plugin. It contains only the compiled, obfuscated
MCPPlugin-release.rbxmxattached to each release tag. The plugin source is private.
Install
1 · Plugin
Download MCPPlugin-release.rbxmx and drop into:
%LOCALAPPDATA%\Roblox\Plugins\
Restart Studio. Enable Allow HTTP Requests under Game Settings → Security.
2 · MCP server
| AI Tool | Command |
|---------|---------|
| Claude Code | claude mcp add robloxstudio -- npx -y @6xvl/robloxstudio-mcp@latest |
| Codex CLI | codex mcp add robloxstudio -- npx -y @6xvl/robloxstudio-mcp@latest |
| Gemini CLI | gemini mcp add robloxstudio npx --trust -- -y @6xvl/robloxstudio-mcp@latest |
Read-only inspector:
claude mcp add robloxstudio-inspector -- npx -y @6xvl/robloxstudio-mcp-inspector@latest
JSON-config clients (Claude Desktop, Cursor, Windsurf, etc.)
{
"mcpServers": {
"robloxstudio": {
"command": "npx",
"args": ["-y", "@6xvl/robloxstudio-mcp@latest"]
}
}
}
What this plugin does
96+ tools across scripts, instances, terrain, lighting, animation, sound, particles, tweens, materials, profiling, multi-Studio routing, and the Roblox official StudioMCP.exe hook (rblx_* tools).
See the latest release notes for the full tool list and changelog.