by boshyxd
Create agentic AI workflows in ROBLOX Studio
# Add to your Claude Code skills
git clone https://github.com/boshyxd/robloxstudio-mcpConnect AI assistants like Claude to Roblox Studio
An MCP server that lets AI explore your game structure, read/edit scripts, and perform bulk changes all locally and safely.
claude mcp add robloxstudio -- npx robloxstudio-mcp
Plugin shows "Connected" when ready.
<details> <summary>Other MCP clients (Claude Desktop, etc.)</summary>{
"mcpServers": {
"robloxstudio-mcp": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp"]
}
}
}
Windows users: If you encounter issues, use cmd:
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "cmd",
"args": ["/c", "npx", "-y", "robloxstudio-mcp@latest"]
}
}
}
</details>
Ask things like: "What's the structure of this game?", "Find scripts with deprecated APIs", "Create 50 test NPCs in a grid", "Optimize this movement code"
v1.9.0 — 37+ tools, full HTTP API, improved stability
Report Issues | DevForum | MIT Licensed