Roblox Studio Bridge
FreeNot checkedBridges Roblox Studio with external systems through a Node.js server and Lua plugin architecture, enabling real-time game object manipulation, script management
About
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
- Open terminal in this folder (
C:/Desktop/roblox-studio-mcp-server-V1). - Install dependencies:
npm install - Build the server:
npm run build
Step B: Install Roblox Plugin
- Copy the file
plugin/loader.server.luafrom this folder. - Open Roblox Studio.
- Right-click ServerScriptService in the Explorer -> Paste into.
- (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!
- Start the Game in Roblox Studio (Press F5 or Play).
- Wait for the output:
[MCP Plugin] Plugin Loaded. Polling http://localhost:8081. - 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. |
Installing Roblox Studio Bridge
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/alexpoopy1/roblox-studio-mcp-server-v1FAQ
Is Roblox Studio Bridge MCP free?
Yes, Roblox Studio Bridge MCP is free — one-click install via Unyly at no cost.
Does Roblox Studio Bridge need an API key?
No, Roblox Studio Bridge runs without API keys or environment variables.
Is Roblox Studio Bridge hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Roblox Studio Bridge in Claude Desktop, Claude Code or Cursor?
Open Roblox Studio Bridge on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Roblox Studio Bridge with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
