roblox-studio-mcp
Installation
SKILL.md
Roblox Studio MCP
When to Load
Load for Studio MCP work: scripts, scenes, assets, debugging, or playtesting. Skip for standalone code generation.
Quick Reference
Route by capability first. Two Studio MCP bridges exist: the official (built into Studio, closed-source) and chrrxs's (MIT). Route on tools/list (get_connected_instances/eval_*/multiplayer_* → chrrxs; list_roblox_studios + per-call studio_id → official) BEFORE bridge-specific bootstrap.
Bootstrap before mutation
- Identify the target via
list_roblox_studios(official) orget_connected_instances(chrrxs). - Pass the target's
studio_id(official) orinstance_id(chrrxs) on every tool call. get_studio_stateand confirm Edit/Client/Server availability.- Inspect the target tree and scripts before changing them.