Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Roblox Studio Bridge

БесплатноНе проверен

Bridges Roblox Studio with external systems through a Node.js server and Lua plugin architecture, enabling real-time game object manipulation, script management

GitHubEmbed

Описание

Bridges Roblox Studio with external systems through a Node.js server and Lua plugin architecture, enabling real-time game object manipulation, script management, lighting control, and Luau code execution for AI-assisted game development and automated level design workflows.

README

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"
    ]
  }
}

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.

from github.com/alexpoopy1/roblox-studio-mcp-server-v1

Установка Roblox Studio Bridge

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/alexpoopy1/roblox-studio-mcp-server-v1

FAQ

Roblox Studio Bridge MCP бесплатный?

Да, Roblox Studio Bridge MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Roblox Studio Bridge?

Нет, Roblox Studio Bridge работает без API-ключей и переменных окружения.

Roblox Studio Bridge — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Roblox Studio Bridge в Claude Desktop, Claude Code или Cursor?

Открой Roblox Studio Bridge на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Roblox Studio Bridge with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development