74
/ 100
4 days ago
glama

RobloxMCP

Enables AI assistants to control Roblox clients through a WebSocket connection, allowing execution of Lua scripts, game state inspection, and player manipulation.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: DB_PASS
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.0.4GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

highws@8.18.0GHSA-96hv-2xvq-fx4p

ws: Memory exhaustion DoS from tiny fragments and data chunks

ws: Uninitialized memory disclosure

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDB_HOSTProduction server Optional MySQL-backed mode with email/password accounts, per-user API keys (create / revoke / label), masked-IP login history. Local mode still default — flip on with env.
configDB_NAME$env: = "robloxmcp"
🔐 secretDB_PASS$env: = "yourpassword"
configDB_PORT$env: = "3306"
configDB_USER$env: = "root"
configMCP_HTTP_HOST5. On a VPS, point a reverse proxy (nginx, Caddy) at the server's HTTP port for TLS. The server itself binds 0.0.0.0 by default — adjust and ROBLOX_WS_HOST env vars to restrict.
configMCP_HTTP_PORT
configROBLOX_WS_HOST5. On a VPS, point a reverse proxy (nginx, Caddy) at the server's HTTP port for TLS. The server itself binds 0.0.0.0 by default — adjust MCP_HTTP_HOST and env vars to restrict.
configROBLOX_WS_PORTRoblox console: all ports failed: ... retry in Xs Server not running, or on a non-standard port Start the server. If using a custom , add that ws://localhost:<port> to WS_URLS in the Lua
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/itzskiehacker-robloxmcp-5ebn4i)](https://m8ven.ai/mcp/itzskiehacker-robloxmcp-5ebn4i)
commit: a2282d6df85c5dafd4082295977b42165124cd49
code hash: ee772259b9a794b2e83d105066ef5a766f100e8f36209a2fac804b92aef15396
verified: 7/27/2026, 10:25:32 AM
view raw JSON →