← Index

io.github.Justice219/roblox-studio-mcp

io.github.Justice219/roblox-studio-mcp·v1.0.1·Other
Quality Score
81
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "roblox-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jamesworkbenchcrm/roblox-studio-mcp"
      ],
      "env": {
        "MCP_BRIDGE_PORT": "<mcp_bridge_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "roblox-studio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jamesworkbenchcrm/roblox-studio-mcp"
      ],
      "env": {
        "MCP_BRIDGE_PORT": "<mcp_bridge_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @jamesworkbenchcrm/roblox-studio-mcp
§02  Environment variables
MCP_BRIDGE_PORT

HTTP bridge port for Studio plugin communication

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other