Installation Methods
Choose the method that works best for you:Method 1: Roblox Creator Store (Easiest)
Method 1: Roblox Creator Store (Easiest)
This is the recommended method for most users.
Steps
-
Install from Creator Store:
- Visit: Roblox Studio MCP Plugin
- Click the “Install” button
- Plugin automatically opens in Studio
- No restart needed - Plugin appears immediately in your toolbar!
The plugin will appear in the Plugins toolbar as “MCP Server”
Method 2: Direct Download
Method 2: Direct Download
Download the plugin file and install manually.
Steps
-
Download the plugin:
- GitHub Release: Download MCPPlugin.rbxmx
- This is the official Roblox plugin format
-
Install to plugins folder:
- Windows: Save to
%LOCALAPPDATA%/Roblox/Plugins/ - macOS: Save to
~/Documents/Roblox/Plugins/ - Or use Studio: Plugins tab → Plugins Folder → drop the file
- Windows: Save to
- Restart Roblox Studio - Plugin appears automatically!
Method 3: Save as Local Plugin
Method 3: Save as Local Plugin
Create the plugin directly in Studio from source code.
Steps
-
Copy the plugin code:
- Open plugin.luau on GitHub
- Copy all the code (Ctrl+A, Ctrl+C)
-
Create in Studio:
- Open Roblox Studio with any place
- Create a new Script in ServerScriptService
- Paste the plugin code
- Right-click script → “Save as Local Plugin…”
- Name it “Roblox Studio MCP”
- Plugin appears immediately in your toolbar!
This method is useful for development or if you want to modify the plugin code.
Initial Setup
After installing the plugin, follow these steps:1. Enable HTTP Requests
- Open Game Settings (Home → Settings → Game Settings)
- Navigate to Security tab
- Enable “Allow HTTP Requests”
2. Activate the Plugin
- Look for the “MCP Server” button in your Plugins toolbar
- Click the button to activate the plugin
- A dock widget will appear showing connection status
- 🟢 Green status = Connected and ready
- 🔴 Red status = Disconnected (normal until MCP server runs)
- 🟡 Yellow status = Waiting for MCP server connection
3. Install MCP Server
The plugin requires the MCP server to be running. Choose your AI assistant:For Windows users experiencing issues, use the native Windows configuration with
cmd.How It Works
The plugin uses a long-polling architecture to communicate with the MCP server:- 🤖 AI calls tool → MCP server queues request
- 🔄 Plugin polls every 500ms for work
- ⚙️ Plugin executes Studio API calls
- 📤 Plugin responds with extracted data
- ✅ AI receives comprehensive Studio information
Verification
After setup, verify everything is working:- Check Plugin Status: The dock widget should show “Connected” in green
- Check Connection Steps:
- ✅ 1. HTTP server reachable (OK)
- ✅ 2. MCP bridge connected (OK)
- ✅ 3. Ready for commands (OK)
- Test with AI: Ask your AI assistant to list your workspace files
Next Steps
Configuration
Customize server URL, polling intervals, and more
Troubleshooting
Solve common issues and connection problems