robloxstudio-mcp
MCP Server for Roblox Studio Integration - Access Studio data, scripts, and objects through AI tools
pinned to #2e4345dupdated last month
Ask your AI client: “install mcps/robloxstudio-mcp”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/robloxstudio-mcpmetahub onboarded this repo on the author's behalf.
If you own github.com/boshyxd/robloxstudio-mcp on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
472
Last commit
last month
Latest release
published
- #ai
- #ai-agents
- #ai-tool
- #ai-tools
- #game-development
- #mcp
- #mcp-server
- #model-context-protocol
- #roblox
- #roblox-studio
- #robloxstudio
- #studio
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: robloxstudio-mcp
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.2e4345d· last month
Safety
21Dependencies: known vulnerabilitieswarn
2 high/critical advisories — [email protected] (HIGH: GHSA-3h5v-q93c-6h6q) · [email protected] (HIGH: GHSA-96hv-2xvq-fx4p)
Update the affected packages, then re-publish. (`npm audit` shows the same data locally.)
LICENSE file at repo root
LICENSE
No sensitive files in the repo
scanned for .env, credentials.json, *.pem, .ssh/, AWS / GCP configs — none found
Release history
1- releasecurrent2e4345dwarnlast month
Contents
Archiving project June 6th 2026
Hey a few months ago my laptops motherboard was shorted which contained the hardware keys needed to get into my NPM account, due to Node customer support taking forever and also other priorities taking place for me, I will be archiving this project.
I recommend you swap to https://github.com/Chrrxs/robloxstudio-mcp which is a fork of this one that's being actively maintained by Chrrxs.
Roblox Studio MCP Server
Connect AI assistants like Claude and Gemini to Roblox Studio
What is This?
An MCP server that lets AI explore your game structure, read/edit scripts, and perform bulk changes all locally and safely.
Setup
- Install the Studio plugin to your Plugins folder
- Enable Allow HTTP Requests in Experience Settings > Security
- Connect your AI:
Claude Code:
claude mcp add robloxstudio -- npx -y robloxstudio-mcp@latest
Codex CLI:
codex mcp add robloxstudio -- npx -y robloxstudio-mcp@latest
Gemini CLI:
gemini mcp add robloxstudio npx --trust -- -y robloxstudio-mcp@latest
Plugin shows "Connected" when ready.
Other MCP clients (Claude Desktop, Cursor, etc.)
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp@latest"]
}
}
}
Windows users: If you encounter issues, use cmd:
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "cmd",
"args": ["/c", "npx", "-y", "robloxstudio-mcp@latest"]
}
}
}
What Can You Do?
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"
<strong>Inspector Edition (Read-Only)</strong>
robloxstudio-mcp-inspector
A lighter, read-only version that only exposes inspection tools. No writes, no script edits, no object creation/deletion. Ideal for safely browsing game structure, reviewing scripts, and debugging without risk of accidental changes.
31 read-only tools: get_file_tree, search_files, get_place_info, get_services, search_objects, get_instance_properties, get_instance_children, search_by_property, get_class_info, get_project_structure, mass_get_property, get_script_source, grep_scripts, get_attributes, get_tags, get_tagged, get_selection, get_playtest_output, get_connected_instances, get_descendants, compare_instances, get_output_log, export_build, list_library, search_materials, get_build, search_assets, get_asset_details, get_asset_thumbnail, preview_asset, capture_screenshot
Setup - same plugin, just swap the package name:
Claude:
claude mcp add robloxstudio-inspector -- npx -y robloxstudio-mcp-inspector@latest
Codex:
codex mcp add robloxstudio-inspector -- npx -y robloxstudio-mcp-inspector@latest
Gemini:
gemini mcp add robloxstudio-inspector npx --trust -- -y robloxstudio-mcp-inspector@latest
Other MCP clients (Claude Desktop, Cursor, etc.)
{
"mcpServers": {
"robloxstudio-mcp-inspector": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp-inspector@latest"]
}
}
}
Windows users: If you encounter issues, use cmd:
{
"mcpServers": {
"robloxstudio-mcp-inspector": {
"command": "cmd",
"args": ["/c", "npx", "-y", "robloxstudio-mcp-inspector@latest"]
}
}
}
v2.7.0-next.6 - 43 tools, inspector edition, monorepo architecture
Report Issues | DevForum | MIT Licensed
Reviews
No reviews yet. Be the first.
Related
@remote-mcp/example
@remote-mcp/example MCP server
mcpproxy-go
Local-first MCP proxy with BM25 tool discovery, security scanning, quarantine & ~99% token savings
@paretools/npm
MCP server for npm/pnpm/yarn — structured dependency, audit, and script data for AI agents
mh install mcps/robloxstudio-mcp