Claude plugins for Roblox Studio via MCP. Pick the plugin for your OS and install it in the Claude product you're using.
| Plugin | Platform | MCP server path |
|---|---|---|
roblox-mcp-windows | Windows | %LOCALAPPDATA%\Roblox\mcp.bat |
roblox-mcp-mac | macOS | ~/Library/Application Support/Roblox/mcp.sh |
Each plugin ships the same three skills: Luau Scripting & Debugging, Edit-Time vs Play-Time Operations, and Roblox Game Architecture.
There are three ways to install, depending on which Claude product you use.
This is the simplest method. Once the repo is on GitHub, users add the marketplace by URL and install individual plugins from it.
Claude Code:
# Add the marketplace (one-time)
/plugin marketplace add your-username/roblox-mcp-marketplace
# Install the plugin for your platform
/plugin install roblox-mcp-windows@roblox-mcp # Windows
/plugin install roblox-mcp-mac@roblox-mcp # macOS
# Update all marketplace plugins later
/plugin marketplace update
Claude Desktop / Cowork:
Go to Settings → Plugins → Add plugin → GitHub, enter your-username/roblox-mcp-marketplace, and install the plugin for your platform.
Replace
your-username/roblox-mcp-marketplacewith the actual GitHubowner/repo.
.plugin file (Claude Desktop only)Claude Desktop can also install plugins from a zipped .plugin file. Build it first, then use the file picker.
Windows:
cd roblox-mcp-windows
build.bat
→ Settings → Plugins → Install plugin → select roblox-mcp-windows\dist\roblox-mcp-windows.plugin
macOS:
cd roblox-mcp-mac
chmod +x build.sh && ./build.sh
→ Settings → Plugins → Install plugin → select roblox-mcp-mac/dist/roblox-mcp-mac.plugin
--plugin-dir (Claude Code only)Claude Code can load a plugin directly from a directory — no build step needed.
claude --plugin-dir ./roblox-mcp-windows # Windows
claude --plugin-dir ./roblox-mcp-mac # macOS
| Method | Product | Build step? | How |
|---|---|---|---|
| Marketplace URL | Claude Code | No | /plugin marketplace add owner/repo → /plugin install roblox-mcp-windows@roblox-mcp |
| Marketplace URL | Claude Desktop / Cowork | No | Settings → Plugins → Add plugin → GitHub → owner/repo |
.plugin file | Claude Desktop | Yes (build.bat / build.sh) | Settings → Plugins → Install plugin → select .plugin file |
--plugin-dir | Claude Code | No | claude --plugin-dir ./roblox-mcp-windows |
To build .plugin zip files for both platforms at once:
Windows (CMD / PowerShell):
build.bat
macOS / Linux / WSL:
chmod +x build.sh && ./build.sh
Roblox Studio must be installed and open before starting a session. The MCP server (mcp.bat on Windows, mcp.sh on macOS) is bundled with recent Studio versions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ayyar/awesome-robloxdev-connectors --plugin roblox-mcp-windowsConnect Claude to Roblox Studio on macOS via MCP
MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills
Skills for designing and building MCP servers that work seamlessly with Claude — guides you through deployment models (remote HTTP, MCPB, local), tool design patterns, auth, and interactive MCP apps.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
This command provides the context necessary for Claude Code to create the Desktop Extension or .dxt file of an MCP.
MCP server development with Ruby SDK
MCP server management and integration tools