- MCP server with 12 tools for Roblox manipulation - WebSocket communication with Roblox Studio - Create scripts, parts, models, GUIs - Execute Lua code, control playtest - Full documentation and examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
164 B
Plaintext
10 lines
164 B
Plaintext
{
|
|
"mcpServers": {
|
|
"roblox-studio": {
|
|
"command": "node",
|
|
"args": ["src/index.js"],
|
|
"cwd": "/mnt/c/Users/Admin/roblox-mcp-server"
|
|
}
|
|
}
|
|
}
|