Skip to main content
Glama

Roblox Studio MCP Server

Connect AI assistants like Claude to Roblox Studio

NPM Version


What is This?

An MCP server that lets AI explore your game structure, read/edit scripts, and perform bulk changes all locally and safely.

Related MCP server: Hex API MCP Server

Setup

  1. Install the Studio plugin to your Plugins folder

  2. Enable Allow HTTP Requests in Game Settings > Security

  3. Connect your AI:

claude mcp add robloxstudio -- npx robloxstudio-mcp

Plugin shows "Connected" when ready.

{ "mcpServers": { "robloxstudio-mcp": { "command": "npx", "args": ["-y", "robloxstudio-mcp"] } } }

Windows users: If you encounter issues, use cmd:

{ "mcpServers": { "robloxstudio-mcp": { "command": "cmd", "args": ["/c", "npx", "-y", "robloxstudio-mcp@latest"] } } }

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", "Optimize this movement code"


v1.9.0 — 37+ tools, full HTTP API, improved stability

Report Issues | DevForum | MIT Licensed

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/boshyxd/robloxstudio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server