Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"roblex-studio-mcp-server": {
"args": [
"-y",
"One-line"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'One-line' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked One-line against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
40+ production-ready SwiftUI recipes for building full-stack iOS apps via MCP.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for Roblex Studio Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

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.
npx roblex-mcpnpx roblex-mcp
ROBLOX_STUDIO_PATH environment variable in your .env file or system environment.Copy and edit the example environment file:
cp .env.example .env
Edit .env as needed (see below for ROBLOX_STUDIO_PATH).
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 .env file:
ROBLOX_API_KEY=your_api_key_here
ROBLOX_OPEN_CLOUD_API_KEY=your_open_cloud_api_key_here
ROBLOX_OPEN_CLOUD_UNIVERSE_ID for universe-scoped operations.Restart MCP after editing .env to apply changes.
See Roblox Open Cloud documentation for more details.
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.exe
ROBLOX_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.
npx roblex-mcp:
Custom Tools and Resources:
src/tools and src/resources directories.Roblox Studio does not open?
ROBLOX_STUDIO_PATH in your .env to the full path of your RobloxStudioBeta.exe.API Key errors or "Unauthorized"?
.env.Permission errors or port conflicts?
.env.TypeScript/Module errors?
npm install and npm run build if developing locally, but npx users do not need this.Claude Desktop not detected?
CLAUDE_DESKTOP_ENABLED=true in