Skip to main content
Glama
Alexpoopy1

Roblox Studio MCP Assistant

by Alexpoopy1

Roblox Studio MCP Assistant - Quick Start

1. Installation

Step A: Setup Node Server

  1. Open terminal in this folder (C:/Desktop/roblox-studio-mcp-server-V1).

  2. Install dependencies:

    npm install
  3. Build the server:

    npm run build

Step B: Install Roblox Plugin

  1. Copy the file plugin/loader.server.lua from this folder.

  2. Open Roblox Studio.

  3. Right-click ServerScriptService in the Explorer -> Paste into.

  4. (Optional) For permanent installation, save it to your local Plugins folder (%LOCALAPPDATA%\Roblox\Plugins).

Step C: Configure Cursor MCP

Add this to your MCP settings (Settings > Features > MCP > Edit in settings.json):

{
  "roblox-studio": {
    "command": "node",
    "args": [
      "C:\\PATH-TO-roblox-studio-mcp-server-V1\\dist\\index.js"
    ]
  }
}

Related MCP server: Roblox Studio MCP Server

2. Test It!

  1. Start the Game in Roblox Studio (Press F5 or Play).

  2. Wait for the output: [MCP Plugin] Plugin Loaded. Polling http://localhost:8081.

  3. Ask Cursor:

    "Create a bright neon blue part at position 0, 10, 0 named 'TestPart'"

3. Troubleshooting

Issue

Solution

"Connection Refused"

Ensure the Node server is running. Cursor starts it automatically when you add it to MCP settings. Check Cursor logs if it fails.

"Timeout" / No Response

Make sure you hit Play in Roblox Studio. The plugin only runs when the game (or plugin script) is running.

HTTP 403 (Forbidden)

In Roblox Studio, go to Home > Game Settings > Security and enable Allow HTTP Requests.

"Module not found"

Did you run npm install and npm run build? Check the dist folder exists.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, scene rendering, and integration with the Roblox Creator Store.
    6
    7
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Connects Roblox Studio to local AI agents via HTTP, allowing them to control Studio tools.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to control Roblox Studio by running Luau code, creating and editing instances, reading the scene tree, and managing scripts via an MCP server with a long-polling plugin bridge.
    MIT

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/Alexpoopy1/roblox-studio-mcp-server-V1'

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