XenozMCP
Allows interaction with Roblox Open Cloud APIs, including data stores, universe info, place publishing, and notifications.
Enables AI agents to execute Luau code, manipulate instances, control play-testing, and perform other actions within Roblox Studio via MCP.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@XenozMCPrun a Luau script to create a blue part"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
╔═══════════════════════════════════════════════════════╗
║ XENOZMCP — v0.1.0 ║
║ AI → Roblox Studio neural bridge ║
║ Transport: stdio | WebSocket :17613 ║
║ Encryption: AES-256-GCM ║
║ Status: ████████████ 100% operational ║
╚═══════════════════════════════════════════════════════╝XenozMCP is a Model Context Protocol server that opens a neural link between AI consciousness and the Roblox metaverse. It translates AI intent into Studio actions — executing Luau, manipulating instances, controlling play-testing, and commanding the Open Cloud — all secured by military-grade AES-256-GCM encryption.
Connect any MCP-compatible client (Claude, Cursor, Copilot) or inject directly into 8 AI chat sites via the browser extension. One protocol. Infinite creation.
SYSTEM ARCHITECTURE
┌─────────────────────────────────────────────────────┐
│ AI CONSCIOUSNESS │
│ Claude · Cursor · GPT · DeepSeek │
└─────────────────────┬───────────────────────────────┘
│ stdio / WebSocket
▼
┌─────────────────────────────────────────────────────┐
│ XENOZMCP KERNEL │
│ │
│ ┌────────────┐ ┌────────────┐ ┌───────────────┐ │
│ │Studio MCP │ │Open Cloud │ │AES-256-GCM │ │
│ │Controller │ │Gateway │ │Encrypted Vault│ │
│ └─────┬──────┘ └──────┬─────┘ └───────┬───────┘ │
│ │ │ │ │
│ ┌─────┴──────┐ ┌──────┴─────┐ │ │
│ │StudioMCP │ │apis.roblox │ │ │
│ │.exe (stdio)│ │.com (REST) │ │ │
│ └─────┬──────┘ └────────────┘ │ │
│ │ │ │
└────────┼──────────────────────────────────┼──────────┘
│ │
▼ ▼
┌──────────────┐ ┌──────────────────┐
│ Roblox Studio│ │ Local Vault │
│ Metaverse │ │ (encrypted keys)│
└──────────────┘ └──────────────────┘Dual-Channel Communication
Channel | Transport | Port | Clients |
MCP Core | stdio | — | Claude Desktop, Cursor, Claude Code, Copilot |
Extension Bridge | WebSocket |
| DeepSeek, ChatGPT, Claude, Gemini, Qwen, Mistral, Perplexity |
Related MCP server: Melo
DEPLOYMENT
Prerequisites
Node.js ≥ 18 — the runtime
Roblox Studio — with MCP enabled (Assistant → MCP Servers → Studio as MCP Server)
Quick Launch
# Clone from the source
git clone https://github.com/Xenoz-GitHub/XenozMCP.git
cd XenozMCP
# Initialize the kernel
npm install
npm run build
# Activate the bridge
node dist/index.jsOr double-click start-xenoz.bat on Windows — it auto-installs, builds, and fires up.
Extension Injection (for AI chat sites)
chrome://extensions → Developer Mode → Load unpacked → select extension/Then open any supported AI site and hit ▶ Start Studio Agent.
Claude Desktop Configuration
{
"mcpServers": {
"xenoz-mcp": {
"command": "node",
"args": ["path/to/XenozMCP/dist/index.js"]
}
}
}COMMAND MATRIX
System Core
Command | Function | Security |
| Ping the neural link | — |
| Encrypt & store a secret | AES-256-GCM |
| Decrypt & retrieve | AES-256-GCM |
| Probe key existence | — |
| Enumerate stored keys | — |
Studio Manipulation
Command | Function |
| Scan available Studio MCP commands |
| Inject and run Luau bytecode |
| Extract script source by path |
| Photograph the viewport (multi-angle) |
| Read instance properties and children |
| Toggle play-testing dimension |
| Query the Studio status matrix |
| Locate instances by name or class |
| Open a place by ID |
Open Cloud Commands
Command | Function |
| Scan data store index |
| Read from the data stream |
| Write to the data stream |
| Access universe metadata |
| Deploy a place to production |
| Map all places in a universe |
| Broadcast to all active players |
SECURITY PROTOCOL
XenozMCP uses AES-256-GCM (Galois/Counter Mode) for all secret storage — the same encryption standard securing banking and military communications. Each secret is encrypted with a unique initialization vector, authenticated with a 128-bit GCM tag, and derived through 600,000 PBKDF2 iterations.
plaintext → AES-256-GCM → iv:tag:ciphertext → vault.storeSet your vault key via XENOZ_VAULT_KEY environment variable, or let XenozMCP generate one on first launch.
CONFIGURATION
Edit config.json to bind your Open Cloud credentials:
{
"openCloud": {
"apiKey": "your-api-key",
"defaultUniverseId": "123456789"
}
}Sensitive values can also be injected at runtime through the vault_set command — never stored in plaintext.
ENVIRONMENT VARIABLES
Variable | Purpose |
| 64-char hex key for the AES-256-GCM vault |
LICENSE
MIT — fork it, mod it, deploy it.
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
- AlicenseBqualityAmaintenanceMCP server and plugin for Roblox Studio — control scripts, terrain, assets, and lighting with Claude Code, Cursor, Codex, and Gemini.Last updated2345154AGPL 3.0
- Alicense-qualityBmaintenanceAn agentic MCP server for Roblox Studio that provides over 45 tools for script diffing, playtest automation, and bulk instance manipulation. It enables AI agents to manage full development cycles within Roblox, including transaction-safe batch operations and real-time script reviews.Last updated21MIT
- AlicenseAqualityBmaintenanceDebug and inspection tooling for Roblox projects, exposed as an MCP server so an AI agent can explore the instance tree, read/write properties, call remotes, and run Luau in a Roblox client driven by an executor.Last updated1428MIT
- Alicense-qualityBmaintenanceDebug and inspection tooling for Roblox projects, exposed as an MCP server so an AI agent can explore the instance tree, read/write properties, call remotes, and run Luau in a Roblox client driven by an executor.Last updated281MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI dialogue using various LLM models via AceDataCloud
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/Xenoz-GitHub/XenozMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server