Free, open-source MCP server for Roblox Studio. Push-based SSE transport, editor-safe script edits, 29 token-lean tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rbx-studio-mcp": {
"command": "npx",
"args": [
"-y",
"EL4CTEO/rbx-studio-mcp"
]
}
}
}
Run in terminal:
claude mcp add rbx-studio-mcp npx -y EL4CTEO/rbx-studio-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"rbx-studio-mcp": {
"command": "npx",
"args": [
"-y",
"EL4CTEO/rbx-studio-mcp"
]
}
}
}