★ 0 stars
TypeScript
📦 Other
Updated 1d ago
Roblox Studio MCP server (npm @6xvl/robloxstudio-mcp). 96+ tools, Roblox MCP hook, Blender-parity hang controls, multi-Studio routing.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"robloxstudio-mcp-ser": {
"command": "npx",
"args": [
"-y",
"6xvl/robloxstudio-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add robloxstudio-mcp-ser npx -y 6xvl/robloxstudio-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"robloxstudio-mcp-ser": {
"command": "npx",
"args": [
"-y",
"6xvl/robloxstudio-mcp-server"
]
}
}
}