Описание
Model Context Protocol server for Roblex Studio
README

Roblex Studio Model-Context-Protocol Server
The Roblex Studio MCP Server is a standalone server implementation of the Model-Context-Protocol specification, designed specifically for integration with Roblox Studio and LLMs. It enables seamless, secure, and scriptable AI-driven workflows in Roblox Studio via a unified protocol.
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
- Claude Desktop/Anthropic Claude Support: Out-of-the-box integration
- Security: TPA protection, input sanitization, rate limiting, CORS, and more
- Extensible: Easily add custom tools/resources
Quick Start
Prerequisites
- Node.js 18 or higher (Node.js 20+ recommended)
- Roblox Studio installed (Windows; see below for launch path)
- npm (bundled with Node.js)
Run with npx
npx roblex-mcp
- On first launch, MCP will start and attempt to open Roblox Studio automatically.
- If your Roblox Studio is not in a standard location, set the
ROBLOX_STUDIO_PATHenvironment variable in your.envfile or system environment.
Env Setup
Copy and edit the example environment file:
cp .env.example .env
Edit .env as needed (see below for ROBLOX_STUDIO_PATH).
Roblox/Open Cloud API Key Setup
To enable automated scripting and asset management, you must supply a valid Roblox Open Cloud API Key.
Go to the Roblox Open Cloud dashboard.
Click Create API Key, select the required permissions (e.g., "Write Assets", "Read Universe Data"), and copy your generated API key.
Place this key in your
.envfile:ROBLOX_API_KEY=your_api_key_here ROBLOX_OPEN_CLOUD_API_KEY=your_open_cloud_api_key_here- Never share your secret keys. Treat them like passwords.
- Optionally, set
ROBLOX_OPEN_CLOUD_UNIVERSE_IDfor universe-scoped operations.
Restart MCP after editing
.envto apply changes.
See Roblox Open Cloud documentation for more details.
Environment Variables
All configuration can be controlled with a .env file. Key variables:
PORT: Server port (default: 3001)TRANSPORT_MODE: 'sse' or 'stdio' (default: 'stdio')CLAUDE_DESKTOP_ENABLED: Claude Desktop integration (default: true)ROBLOX_STUDIO_PATH: Full path to RobloxStudioBeta.exe (optional). Example:ROBLOX_STUDIO_PATH=C:\Users\USER\AppData\Local\Roblox\Versions\version-04a222f011414c81\RobloxStudioBeta.exeROBLOX_API_KEY,ROBLOX_OPEN_CLOUD_API_KEY: Your API keys from Roblox Open Cloud; required for most server features.
See .env.example for all options.
How It Works
npx roblex-mcp:
- Starts the MCP server (transports, tools, API, security, etc)
- Launches Roblox Studio automatically
- Can be integrated with Claude Desktop, Open Cloud, etc.
Custom Tools and Resources:
- Add your own by extending the
src/toolsandsrc/resourcesdirectories.
- Add your own by extending the
Troubleshooting
Roblox Studio does not open?
- Set
ROBLOX_STUDIO_PATHin your.envto the full path of yourRobloxStudioBeta.exe.
- Set
API Key errors or "Unauthorized"?
- Ensure your API keys are valid, have the correct permissions, and are set in
.env.
- Ensure your API keys are valid, have the correct permissions, and are set in
Permission errors or port conflicts?
- Ensure you have privileges to bind the server port, or choose a non-standard port in
.env.
- Ensure you have privileges to bind the server port, or choose a non-standard port in
TypeScript/Module errors?
- Run
npm installandnpm run buildif developing locally, but npx users do not need this.
- Run
Claude Desktop not detected?
- Ensure
CLAUDE_DESKTOP_ENABLED=truein.envand that Claude Desktop is running.
- Ensure
Development
Clone, install, and build:
git clone https://github.com/dmae97/roblex-studio-mcp-server.git
cd roblex-studio-mcp-server
npm install
npm run build
npm start
Contributing
Contributions are welcome! See CONTRIBUTING.md for guidelines.
License
MIT License - see LICENSE
© 2025 Roblex Studio MCP Server Contributors
Установка Roblex Studio
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/dmae97/roblex-studio-mcp-serverFAQ
Roblex Studio MCP бесплатный?
Да, Roblex Studio MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Roblex Studio?
Нет, Roblex Studio работает без API-ключей и переменных окружения.
Roblex Studio — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Roblex Studio в Claude Desktop, Claude Code или Cursor?
Открой Roblex Studio на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectCompare Roblex Studio with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
