Roblox Studio MCP Server

by boshyxd

Not rated
GitHub

About

Provides AI assistants with comprehensive access to Roblox Studio projects for exploration, script analysis, debugging, and bulk editing.

Details

Author
boshyxd
Categories
Developer Tools

Setup

Install Roblox Studio MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/boshyxd/robloxstudio-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

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 bearchivingthis project.

I recommend you swap tohttps://github.com/Chrrxs/robloxstudio-mcpwhich is a fork of this one that's being actively maintained by Chrrxs.

Connect AI assistants like Claude and Gemini to Roblox Studio

An MCP server that lets AI explore your game structure, read/edit scripts, and perform bulk changes all locally and safely.
- Install the
Studio pluginto your Plugins folder
- EnableAllow HTTP Requestsin Experience Settings > Security
- Connect your AI:

claude mcp add robloxstudio -- npx -y robloxstudio-mcp@latest
codex mcp add robloxstudio -- npx -y robloxstudio-mcp@latest
gemini mcp add robloxstudio npx --trust -- -y robloxstudio-mcp@latest

Plugin shows "Connected" when ready.

{ "mcpServers": { "robloxstudio-mcp": { "command": "npx", "args": ["-y", "robloxstudio-mcp@latest"] } } }

Windows users:If you encounter issues, usecmd:

{ "mcpServers": { "robloxstudio-mcp": { "command": "cmd", "args": ["/c", "npx", "-y", "robloxstudio-mcp@latest"] } } }

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"

A lighter,read-onlyversion 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 mcp add robloxstudio-inspector -- npx -y robloxstudio-mcp-inspector@latest
codex mcp add robloxstudio-inspector -- npx -y robloxstudio-mcp-inspector@latest
gemini mcp add robloxstudio-inspector npx --trust -- -y robloxstudio-mcp-inspector@latest
{ "mcpServers": { "robloxstudio-mcp-inspector": { "command": "npx", "args": ["-y", "robloxstudio-mcp-inspector@latest"] } } }

Windows users:If you encounter issues, usecmd:

{ "mcpServers": { "robloxstudio-mcp-inspector": { "command": "cmd", "args": ["/c", "npx", "-y", "robloxstudio-mcp-inspector@latest"] } } }

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

AI-powered live runtime debugging with Lightrun production context.

Run, debug, and triage tests via natural language across HyperExecute, Automation, SmartUI, and Accessibility on the TestMu AI cloud.

Understand, develop, and debug authorization policies in Oso Cloud.

A comprehensive proxy that combines multiple MCP servers into a single MCP. It provides discovery and management of tools, prompts, resources, and templates across servers, plus a playground for debugging when building MCP servers.

Proxyman MCP allows AI to inspect HTTP traffic, create debugging rules, and control Proxyman - all through natural language conversations.

Debug your remote Node.js and Next.js applications directly from your AI IDE like Cursor.

Live browser debugging for AI assistants — DOM, console, network via MCP.

Drives an Android emulator or a real device over adb: screenshots, UI hierarchy with true device-pixel coordinates, tap and type, app lifecycle, logcat, and Gradle builds and tests.

Interact with Android devices using the Android Debug Bridge (ADB).

Policy-gated MCP tools that let coding agents build, flash, stimulate and observe real embedded hardware (OpenOCD, pyOCD, STM32CubeProgrammer, serial, CAN).

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.