# Roblox Studio Mcp

> Studio MCP server tools, execute_luau, script_read/multi_edit, reliability patterns, workflows.

- **Type:** Skill
- **Install:** `agentstack add skill-tabooharmony-roblox-brain-roblox-studio-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [TabooHarmony](https://agentstack.voostack.com/s/tabooharmony)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [TabooHarmony](https://github.com/TabooHarmony)
- **Source:** https://github.com/TabooHarmony/roblox-brain/tree/main/skills/roblox-studio-mcp

## Install

```sh
agentstack add skill-tabooharmony-roblox-brain-roblox-studio-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Roblox Studio MCP

## When to Load

Load when working with Roblox Studio via its built-in MCP server — script editing, scene building, playtesting, or debugging. Provides direct access to the data model, Luau execution, asset generation, and player simulation tools. Skip if generating standalone scripts without a Studio connection.

## Quick Reference

**Tools by category:**
- **Scripts:** `script_read`, `multi_edit`, `script_search`, `script_grep`
- **Data model:** `search_game_tree`, `inspect_instance`, `explore_subagent`
- **Execute:** `execute_luau` (stateless — re-acquire refs every call)
- **Playtest:** `start_stop_play`, `console_output`, `screen_capture`, `playtest_subagent`
- **Input sim:** `character_navigation`, `keyboard_input`, `mouse_input`
- **Assets:** `generate_mesh`, `generate_material`, `generate_procedural_model`, `insert_from_creator_store`
- **Session:** `list_roblox_studios`, `set_active_studio`

**Critical reliability patterns:**
1. `execute_luau` is stateless — re-acquire all references every call
2. Silent failures — verify after creation (`FindFirstChild` check)
3. Script truncation — chunk writes for >300 lines; read back to verify
4. Batching — 10-20 parts/call safe, one script/call, verify after batches
5. Ground truth — never guess coords/sizes; always READ current state

**Core workflows:**
- **Script dev:** `search_game_tree` → `script_read` → `multi_edit` → `script_read` (verify) → `start_stop_play` + `console_output`
- **Build geometry:** `search_game_tree` → `execute_luau` (create) → `execute_luau` (verify count) → `screen_capture`
- **Debug:** `start_stop_play` → `console_output` → `inspect_instance` → `multi_edit` → `start_stop_play`
- **Playtest:** `start_stop_play` → `character_navigation` → `keyboard_input`/`mouse_input` → `console_output` + `screen_capture`

**MCP mode detection:**
- **Official** (built-in): full tool set including `execute_luau`, `multi_edit`, `search_game_tree`
- **Community** (Chrrxs): `execute_luau`, `get_file_tree`, `grep_scripts`, `create_build`
- **No MCP**: pure code generation — provide copy-paste-ready scripts

> Full tool descriptions, code examples, and setup instructions: [references/full.md](references/full.md)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [TabooHarmony](https://github.com/TabooHarmony)
- **Source:** [TabooHarmony/roblox-brain](https://github.com/TabooHarmony/roblox-brain)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-tabooharmony-roblox-brain-roblox-studio-mcp
- Seller: https://agentstack.voostack.com/s/tabooharmony
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
