robloxstudio-mcp

princeofscale/robloxstudio-mcp
★ 1 stars TypeScript AI/LLM Updated today
Free, open-source Roblox Studio MCP server for Claude/Cursor/Codex/Gemini — live debugging, bulk editing, UI/terrain/environment builders, game templates, local sync, free marketplace search, and a built-in safety layer.
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": {
      "command": "npx",
      "args": [
        "-y",
        "princeofscale/robloxstudio-mcp"
      ]
    }
  }
}