Roblox Studio MCP
Enables AI assistants to interact directly with Roblox Studio to explore project hierarchies, edit scripts, and perform bulk object manipulations through over 37 specialized tools. This enhanced fork features long polling for near-instant responses a
What is Roblox Studio MCP?
Roblox Studio MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai assistants to interact directly with roblox studio to explore project hierarchies, edit scripts, and perform bulk object manipulations through over 37 specialized tools. this enhanced fork ...
Enables AI assistants to interact directly with Roblox Studio to explore project hierarchies, edit scripts, and perform bulk object manipulations through over 37 specialized tools. This enhanced fork features long polling for near-instant responses a
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Enables AI assistants to interact directly with Roblox Studi
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx roblox-studio-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Roblox Studio MCP
The Roblox Studio MCP Server enables AI assistants to interact directly and in real time with a live Roblox Studio session through over 43 specialized tools, covering game hierarchy exploration, Lua script reading and editing, bulk object manipulation, NPC creation, debug log access, and screenshot capture. It uses long polling for near-instant response times and communicates via a local HTTP bridge between the MCP server process and a Studio plugin installed inside Roblox. Game developers use it to let Claude or other AI agents assist with scripting, refactoring deprecated APIs, building level geometry, and automating repetitive Studio tasks without switching between tools.
Prerequisites
- Roblox Studio installed on macOS or Windows
- The robloxstudio-mcp Studio plugin installed from the releases folder of the repository
- Node.js 18+ installed (for npx usage)
- 'Allow HTTP Requests' enabled in Roblox Studio under Game Settings > Security
- An MCP-compatible client such as Claude Desktop, Claude Code, Cursor, or Codex CLI
Install the Roblox Studio plugin
Download the plugin file from the GitHub releases page and install it into Roblox Studio. Open Studio, navigate to Plugins > Plugin Manager or drag the .rbxm file into Studio to install.
Enable HTTP requests in Studio
The plugin communicates with the MCP server over localhost HTTP. Enable this in your place's settings.
Add the MCP server to Claude Code
Register the package with Claude Code using the built-in mcp add command.
claude mcp add robloxstudio -- npx -y robloxstudio-mcp@latestConfigure Claude Desktop (alternative)
For Claude Desktop, add the server block to your configuration file. Windows users must use 'cmd' as the command.
Open your place in Roblox Studio
Launch Roblox Studio and open the game you want to work with. The plugin will show 'Connected' in the plugin toolbar once the MCP server is running and has established the bridge.
Verify connectivity
Ask Claude to describe the game structure. The server will call the exploration tools and return the object hierarchy from your live Studio session.
Roblox Studio MCP Examples
Client configuration
Claude Desktop configuration for the Roblox Studio MCP Server. Windows users should use 'cmd' with '/c' as the first arg.
{
"mcpServers": {
"robloxstudio": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp@latest"]
}
}
}Prompts to try
Example prompts for Roblox game development assistance via the MCP server.
- "What's the full hierarchy of objects in my current Roblox place?"
- "Find all scripts that use deprecated Roblox APIs and list which APIs need updating"
- "Create 50 test NPCs arranged in a 5x10 grid at position (0, 5, 0)"
- "Read the PlayerController script and optimize the movement code for smoother character control"
- "Take a screenshot of the current Studio viewport and describe what you see"Troubleshooting Roblox Studio MCP
The Studio plugin shows 'Disconnected' and Claude cannot reach Studio
The plugin polls a local HTTP server started by the MCP server process. Ensure the npx robloxstudio-mcp@latest process is actually running (check Claude Desktop logs). Also confirm 'Allow HTTP Requests' is enabled for the specific place, not just globally — the setting is per-place in Game Settings > Security.
Script edits made by Claude do not appear in Studio
Roblox Studio may need a brief moment to reflect changes from the HTTP bridge. If changes still do not appear, check the Studio Output window for script errors that may have prevented saving. Ensure the plugin has write permissions and is not in read-only inspector mode.
npx robloxstudio-mcp@latest fails with 'package not found' or version errors
The original repository was archived in June 2026. Use the actively maintained fork at https://github.com/Chrrxs/robloxstudio-mcp or install from that repository's published package name. Check the fork's README for the current npm package name and install command.
Frequently Asked Questions about Roblox Studio MCP
What is Roblox Studio MCP?
Roblox Studio MCP is a Model Context Protocol (MCP) server that enables ai assistants to interact directly with roblox studio to explore project hierarchies, edit scripts, and perform bulk object manipulations through over 37 specialized tools. this enhanced fork features long polling for near-instant responses a It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Roblox Studio MCP?
Follow the installation instructions on the Roblox Studio MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Roblox Studio MCP?
Roblox Studio MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Roblox Studio MCP free to use?
Yes, Roblox Studio MCP is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
Roblox Studio MCP Alternatives — Similar Developer Tools Servers
Looking for alternatives to Roblox Studio MCP? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Roblox Studio MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Roblox Studio MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.