Skip to content
Claude Desktop

Tripwire for Claude Desktop

io.github.aliboily/tripwire

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

client:Claude Desktop transport:stdio runtime:npm

Install Tripwire in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tripwire": {
      "command": "npx",
      "args": [
        "-y",
        "tripwire-roblox"
      ],
      "env": {
        "ROBLOX_OPEN_CLOUD_KEY": "<ROBLOX_OPEN_CLOUD_KEY>",
        "ROBLOX_UNIVERSE_ID": "<ROBLOX_UNIVERSE_ID>",
        "ROBLOX_PLACE_ID": "<ROBLOX_PLACE_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Tripwire in other clients