Connect AI assistants like Claude, ChatGPT, Gemini, and Codex to Roblox Studio
GitHub | NPM | Download Plugin
What is This?
An MCP server that gives AI direct access to your Roblox Studio project. It can explore your game structure, read and edit scripts, create and modify instances, capture screenshots of your viewport, run playtests, and perform bulk operations, all locally and safely.
Setup
- Install the npm package and plugin in one go:
npx robloxstudio-mcp@latest
npx robloxstudio-mcp-install-plugin
Or install the Studio plugin manually to your Plugins folder.
-
Enable Allow HTTP Requests in Game Settings > Security
-
Connect your AI:
Claude Code:
claude mcp add robloxstudio -- npx -y robloxstudio-mcp@latest
Codex CLI:
codex mcp add robloxstudio -- npx -y robloxstudio-mcp@latest
Gemini CLI:
gemini mcp add robloxstudio npx --trust -- -y robloxstudio-mcp@latest
or in MCP config (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp@latest"]
}
}
}
Plugin shows “Connected” when ready.
What Can You Do?
Ask things like: “What’s the structure of this game?”, “Find scripts with deprecated APIs”, “Create 50 test NPCs in a grid”, “Take a screenshot and tell me what looks off”, “Run a playtest and fix any errors”
65+ tools including script editing, instance creation, property manipulation, scene building, screenshot capture, playtest automation, Luau execution, asset search, and more.
v2.5.0 – Screenshot capture, one-command plugin install, scene import improvements, 65+ tools
Report Issues | MIT Licensed



