Skip to content
Gemini CLI

roblox studio mcp for Gemini CLI

io.github.justice219/roblox-studio-mcp

Connect AI assistants to Roblox Studio — manipulate the DataModel with 14 tools

client:Gemini CLI transport:stdio runtime:npm

Install roblox studio mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "roblox-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jamesworkbenchcrm/roblox-studio-mcp"
      ],
      "env": {
        "MCP_BRIDGE_PORT": "<MCP_BRIDGE_PORT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

roblox studio mcp in other clients