★ 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"
]
}
}
}
Run in terminal:
claude mcp add roblox-mcp-primitive npx -y Chrrxs/roblox-mcp-primitives
Add to .cursor/mcp.json:
{
"mcpServers": {
"roblox-mcp-primitive": {
"command": "npx",
"args": [
"-y",
"Chrrxs/roblox-mcp-primitives"
]
}
}
}