MCP Servers

模型上下文协议服务器、框架、SDK 和模板的综合目录。

R
Robloxstudio MCP
作者 @6xvl

Roblox Studio MCP — release channel. Pre-built obfuscated plugin only.

创建于 5/25/2026
更新于 about 6 hours ago
Repository documentation and setup instructions

⚡ Studio MCP — Extended Edition

Release channel — pre-built plugin only

Release npm Downloads

This repository is the public release channel for the plugin. It contains only the compiled, obfuscated MCPPlugin-release.rbxmx attached to each release tag. The plugin source is private.


Install

1 · Plugin

Download MCPPlugin-release.rbxmx and drop into:

%LOCALAPPDATA%\Roblox\Plugins\

Restart Studio. Enable Allow HTTP Requests under Game Settings → Security.

2 · MCP server

| AI Tool | Command | |---------|---------| | Claude Code | claude mcp add robloxstudio -- npx -y @6xvl/robloxstudio-mcp@latest | | Codex CLI | codex mcp add robloxstudio -- npx -y @6xvl/robloxstudio-mcp@latest | | Gemini CLI | gemini mcp add robloxstudio npx --trust -- -y @6xvl/robloxstudio-mcp@latest |

Read-only inspector:

claude mcp add robloxstudio-inspector -- npx -y @6xvl/robloxstudio-mcp-inspector@latest
JSON-config clients (Claude Desktop, Cursor, Windsurf, etc.)
{
  "mcpServers": {
    "robloxstudio": {
      "command": "npx",
      "args": ["-y", "@6xvl/robloxstudio-mcp@latest"]
    }
  }
}

What this plugin does

96+ tools across scripts, instances, terrain, lighting, animation, sound, particles, tweens, materials, profiling, multi-Studio routing, and the Roblox official StudioMCP.exe hook (rblx_* tools).

See the latest release notes for the full tool list and changelog.


Built for Studio. Powered by MCP.
快速设置
此服务器的安装指南

安装命令 (包未发布)

git clone https://github.com/6xvl/robloxstudio-mcp
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。

Cursor 配置 (mcp.json)

{ "mcpServers": { "6xvl-robloxstudio-mcp": { "command": "git", "args": [ "clone", "https://github.com/6xvl/robloxstudio-mcp" ] } } }