Roblox BuildKit: MCP server + Studio plugin for steerable-camera capture, floor-plan cutaways, and parametric building
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-buildkit": {
"command": "npx",
"args": [
"-y",
"zouploop/Roblox-BuildKit"
]
}
}
}
Run in terminal:
claude mcp add roblox-buildkit npx -y zouploop/Roblox-BuildKit
Add to .cursor/mcp.json:
{
"mcpServers": {
"roblox-buildkit": {
"command": "npx",
"args": [
"-y",
"zouploop/Roblox-BuildKit"
]
}
}
}