MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

R
Robloxstudio MCP

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

Created 5/25/2026
Updated 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.
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/6xvl/robloxstudio-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

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