Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools
A Model Context Protocol (MCP) server that connects AI coding assistants like Claude Code directly to Roblox Studio. Read, create, modify, and delete instances in the DataModel — all from your terminal. The bridge has two halves: 1. MCP Server (TypeScript) — Runs locally, exposes 14 tools via MCP over stdio, and serves an HTTP API on 2. Studio Plugin (Luau) — Polls the HTTP API for commands,…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
A Model Context Protocol (MCP) server that connects AI coding assistants like Claude Code directly to Roblox Studio. Read, create, modify, and delete instances in the DataModel — all from your terminal. The bridge has two halves: 1. MCP Server (TypeScript) — Runs locally, exposes 14 tools via MCP over stdio, and serves an HTTP API on 2. Studio Plugin (Luau) — Polls the HTTP API for commands, executes them against the DataModel, and returns results All write operations are wrapped in , so every…