Odel
Tripwire

Tripwire

Local
@aliboily3RustMITUpdated 1w ago

MCP for Roblox Studio and Open Cloud: drive Studio, run headless tests, and review game security.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtripwire-robloxv0.2.5

Run

npx -y tripwire-roblox

MCP client config

{
  "mcpServers": {
    "tripwire": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-roblox"
      ]
    }
  }
}