Weppy Roblox MCP
Lets AI agents directly control a live Roblox Studio session to create scripts, instances, terrain, and playtests.
Delv Safety Grade: D
Score 38/100 · assessed 2026-04-28
This community MCP server enables AI agents to directly control a running Roblox Studio instance, creating scripts, modifying game objects, and triggering playtests. The maintainer appears to be a solo developer with limited public track record. The installation method uses a curl-to-bash pattern from GitHub raw content, bypassing package registries entirely. Permissions are exceptionally broad: the server can execute arbitrary Lua code within Roblox Studio, manipulate the entire game project hierarchy, and control the development environment. This represents desktop application control without sandboxing. The repository is open source with basic documentation, but supply chain verification is minimal. No known security incidents exist, but the combination of unrestricted Studio access, non-standard installation, and single maintainer creates meaningful risk. Suitable only for isolated development environments where Studio projects contain no sensitive assets.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKMassive UGC surface ingests anything. Account and game-state private. APIs go outbound. Use only in sandboxed agents.
Green flags
- Open source repository with visible code for inspection
- Clear documentation of Studio integration capabilities
- No known security incidents or malicious behaviour
- Specific use case with transparent functionality
Red flags
- Curl-to-bash install from raw GitHub bypasses all package verification
- Full control over Roblox Studio with arbitrary Lua execution capability
- Solo maintainer with limited public development history
- No package registry distribution or versioned releases
- Desktop automation without sandboxing or scope restrictions
Permissions requested
Install
curl -fsSL https://raw.githubusercontent.com/hope1026/weppy-roblox-mcp/main/install.sh | bash
Review
Install this if you're building Roblox games with repetitive scripting tasks or need to prototype mechanics quickly. Skip it if you're new to Studio or prefer manual control over every object placement. The tight feedback loop justifies the setup friction for active developers.
Good at
- Two-way integration lets Claude read scene state and make informed changes, not just blind writes.
- Playtest automation with event monitoring is genuinely useful for iterating on game logic.
- Install script handles both the MCP server and Roblox plugin, rare for game engine tools.
- Works across Claude Desktop, Code, and Cursor without host-specific hacks.
Watch out
- Requires Roblox Studio to be open and the plugin running; no headless mode for CI or batch work.
- Connection breaks if Studio crashes, forcing a full restart of both sides.
- Documentation assumes familiarity with Roblox's object model and Lua scripting conventions.
- Localhost communication means firewall rules can silently block the plugin-server handshake.
Use cases
- Roblox script generation
- world building
- playtest automation
- asset insertion
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.