roblox-mcp-primitives

Chrrxs/roblox-mcp-primitives
★ 1 stars Luau 💻 Code/Dev Tools Updated 2d ago
Three Studio-only utilities that bridge gaps in the Roblox Studio MCP: server eval, client eval, and a unified log buffer.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "roblox-mcp-primitive": {
      "command": "npx",
      "args": [
        "-y",
        "Chrrxs/roblox-mcp-primitives"
      ]
    }
  }
}