Odel
roblox studio mcp

roblox studio mcp

Local
@justice2192LuauUpdated 6mo ago

Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@jamesworkbenchcrm/roblox-studio-mcpv1.0.1

Run

npx -y @jamesworkbenchcrm/roblox-studio-mcp

MCP client config

{
  "mcpServers": {
    "roblox-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jamesworkbenchcrm/roblox-studio-mcp"
      ]
    }
  }
}