robloxstudio-mcp
by boshyxd·★ 431·Score 50
MCP server connecting AI assistants to Roblox Studio for game development.
Overview
robloxstudio-mcp enables AI assistants like Claude and Gemini to interact with Roblox Studio games through a local plugin. It provides 43 tools for exploring game structure, reading/editing scripts, and performing bulk operations safely. The server offers both full-featured and read-only versions (inspector edition), making it suitable for various development workflows from debugging to complex scripting tasks.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this if you're developing games in Roblox Studio and want AI assistance to automate routine tasks, analyze code, or perform bulk operations directly within your development environment.
When NOT to choose this
Don't choose this if you need AI capabilities for game engines other than Roblox, or if you require remote access to your game development environment without a local Roblox Studio installation.
Tools this server exposes
12 tools extracted from the READMEget_file_treeGet the file structure of the Roblox place
get_place_infoGet information about the current Roblox place
get_servicesGet all available Roblox services
search_objectsSearch for objects in the place by name or class
get_instance_propertiesGet properties of a specific instance
get_script_sourceGet the source code of a script
search_by_propertySearch for objects with specific property values
get_class_infoGet information about Roblox classes
create_test_npcsCreate test NPCs in a grid pattern
optimize_movement_codeOptimize movement code in scripts
grep_scriptsSearch through script content for specific patterns
get_selectionGet the currently selected objects in the studio
Comparable tools
Installation
Installation
- Install the [Studio plugin](https://github.com/boshyxd/robloxstudio-mcp/releases) 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**For Claude Desktop, Cursor, etc.:**
{
"mcpServers": {
"robloxstudio-mcp": {
"command": "npx",
"args": ["-y", "robloxstudio-mcp@latest"]
}
}
}FAQ
- Is this safe to use with my existing games?
- Yes, the inspector edition is read-only and designed specifically for safe browsing and debugging. The full version allows changes but operates locally.
- Which AI assistants support this MCP server?
- Currently supports Claude, Gemini, and Codex CLI. Configuration is provided for Claude Desktop and Cursor as well.
Compare robloxstudio-mcp with
Last updated · Auto-generated from public README + GitHub signals.