roblex-studio-mcp-server
If you are the rightful owner of roblex-studio-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Roblex Studio MCP Server is a standalone server implementation of the Model-Context-Protocol specification, designed for integration with Roblox Studio and LLMs.
The Roblex Studio MCP Server is a robust implementation of the Model-Context-Protocol (MCP) specification, tailored for seamless integration with Roblox Studio and large language models (LLMs). It facilitates secure, scriptable AI-driven workflows within Roblox Studio through a unified protocol. The server supports a one-line installation and execution via npx, automatically launches Roblox Studio on Windows, and offers full MCP feature support. It provides multiple transport modes, including SSE and STDIO, for flexible integration. The server also supports Claude Desktop and Anthropic Claude out-of-the-box, ensuring a wide range of AI capabilities. Security is a priority, with features like TPA protection, input sanitization, rate limiting, and CORS. The server is highly extensible, allowing users to add custom tools and resources to suit their specific needs.
Features
- npx One-line Install/Run: Launch instantly with `npx roblex-mcp`
- Automatic Roblox Studio Launch: MCP starts and auto-launches Roblox Studio (Windows)
- Full MCP Implementation: All core Model-Context-Protocol features supported
- Multiple Transport Modes: SSE or STDIO for flexible integration
- Security: TPA protection, input sanitization, rate limiting, CORS, and more