rbx-mcp-engine
Verified Safeby fxrrysalim
Overview
Provides a high-performance, WebSocket-based bridge for AI agents to interact with and control Roblox Studio in real-time.
Installation
rbx-studio-mcp.exe --stdioSecurity Notes
The primary security consideration is the `run_code` tool, which allows AI agents to execute arbitrary Luau code within Roblox Studio with 'God Mode' privileges. While this is an advertised core feature enabling deep engine access and control, it inherently presents a significant risk if the AI agent or its prompts are compromised. The server communicates with the AI client via standard I/O (stdio JSON-RPC) and with Roblox Studio via a localhost-bound WebSocket (port 44755), limiting external network attack surface. No hardcoded secrets or obvious malicious patterns were found in the provided source.
Similar Servers
hyper-mcp
A fast, secure MCP server that extends its capabilities through WebAssembly plugins, enabling AI capabilities in applications like IDEs.
rust-docs-mcp
Provides AI agents with deep, cached access to Rust crate documentation, source code, and project structure for enhanced development.
mcp-framework
A Rust framework implementing the Model Context Protocol for building production-ready MCP servers, clients, and intelligent AI agents that integrate with LLMs for tool use and browser automation.
skrills
A skills support engine for Claude Code and Codex CLI that validates, analyzes, and synchronizes skills bidirectionally.