roblox-studio-mcp
Roblox Studio MCP Bridge
Verbinde Kiro (oder jeden MCP-kompatiblen KI-Assistenten) direkt mit Roblox Studio. Erstelle, lies, aktualisiere und lösche Skripte, liste Instanzen auf, führe Luau-Code aus und prüfe Eigenschaften — alles über natürliche Sprache.
Architektur
┌─────────┐ stdio ┌────────────┐ HTTP ┌─────────────────┐
│ Kiro │ ◄──────────────► │ MCP Server │ ◄────────────► │ Relay Server │
│ (AI) │ │ (index.js) │ │ (relay-server) │
└─────────┘ └────────────┘ └────────┬────────┘
│
HTTP polling
│
┌────────▼────────┐
│ Roblox Studio │
│ Plugin (Lua) │
└─────────────────┘Related MCP server: Roblox Bridge MCP
Schnellstart
# 1. Clone and install
git clone https://github.com/iknouee/roblox-studio-mcp.git
cd roblox-studio-mcp
npm install
# 2. Copy plugin to Roblox Studio plugins folder
# Windows: copy plugin\KiroMCPBridge.server.lua "%LOCALAPPDATA%\Roblox\Plugins\"
# Mac: cp plugin/KiroMCPBridge.server.lua ~/Documents/Roblox/Plugins/
# 3. Enable HTTP Requests in Studio (Game Settings → Security → Allow HTTP Requests)
# 4. Start the relay server
npm run relay
# 5. Open Roblox Studio — plugin auto-connects!Verfügbare Tools
Tool | Beschreibung |
| Erstelle ein Script, LocalScript oder ModuleScript |
| Lies den Quellcode eines beliebigen Skripts |
| Aktualisiere den Quellcode eines vorhandenen Skripts |
| Lösche eine Skript-Instanz |
| Liste die Kinder einer beliebigen Instanz auf (optionale Rekursion) |
| Führe beliebigen Luau-Code im Plugin-Kontext von Studio aus |
| Lies Eigenschaften einer beliebigen Instanz |
Instanzpfade
Skripte und Instanzen werden mithilfe der Punktnotation referenziert:
ServerScriptService.MyScript
ReplicatedStorage.Modules.Utils
Workspace.Map.SpawnPoints
StarterPlayer.StarterPlayerScripts.CameraController
StarterGui.MainUI.Frame.ButtonFehlerbehebung
Problem | Lösung |
„Zeitüberschreitung beim Warten auf Studio" | Stelle sicher, dass Studio geöffnet ist UND der Relay-Server läuft |
Plugin nicht in der Symbolleiste | Kopiere die .lua-Datei erneut und starte Studio neu |
„HTTP-Anfragen sind nicht aktiviert" | Spieleinstellungen → Sicherheit → HTTP-Anfragen erlauben = EIN |
npm install schlägt fehl | Stelle sicher, dass Node.js 18+ installiert ist |
Port 3001 wird verwendet |
|
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.66MIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables AI agents to interact with and control Roblox Studio instances in real-time through the Model Context Protocol. It provides a unified tool for building, scripting, and manipulating 3D worlds with over 90 operations including instance management and Luau scripting.14
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to explore Roblox Studio game structure, read and edit scripts, and perform bulk changes locally and safely.MIT
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to Roblox Studio, enabling them to interact with instance hierarchy, edit Luau scripts, manage properties, and sync files over a local connection.201MIT
Related MCP Connectors
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Control Unreal Engine to browse assets, import content, and manage levels and sequences. Automate…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/iknouee/roblox-studio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server