Skip to content
Cursor

roblox studio mcp for Cursor

io.github.justice219/roblox-studio-mcp

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

client:Cursor transport:stdio runtime:npm

Install roblox studio mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

roblox studio mcp in other clients