MCP Catalogs
Home

robloxstudio-mcp

by boshyxd·431·Score 50

MCP server connecting AI assistants to Roblox Studio for game development.

developer-toolsai-llmproductivity
78
Forks
19
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Analyze and restructure existing Roblox games programmatically
you:Batch generate and modify game objects with AI assistance
you:Debug and optimize code by letting AI examine script behavior
you:Create and review game documentation from code structure
you:Is this safe to use with my existing games?
you:Which AI assistants support this MCP server?

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 README
  • get_file_tree

    Get the file structure of the Roblox place

  • get_place_info

    Get information about the current Roblox place

  • get_services

    Get all available Roblox services

  • search_objects

    Search for objects in the place by name or class

  • get_instance_properties

    Get properties of a specific instance

  • get_script_source

    Get the source code of a script

  • search_by_property

    Search for objects with specific property values

  • get_class_info

    Get information about Roblox classes

  • create_test_npcs

    Create test NPCs in a grid pattern

  • optimize_movement_code

    Optimize movement code in scripts

  • grep_scripts

    Search through script content for specific patterns

  • get_selection

    Get the currently selected objects in the studio

Comparable tools

github-mcpfile-system-mcpbrowser-automation-mcp

Installation

Installation

  1. Install the [Studio plugin](https://github.com/boshyxd/robloxstudio-mcp/releases) to your Plugins folder
  2. Enable **Allow HTTP Requests** in Experience Settings > Security
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.