Back to directory
Roblox Studio MCP Server

Roblox Studio MCP Server

@Roblox460

A reference implementation of the Model Context Protocol (MCP) that enables communication between Roblox Studio via a plugin and Claude Desktop or Cursor, allowing AI tools to modify and read Roblox Studio place contents.

RobloxStudioRustGame DevelopmentLLM Integrationcontext

Installation & Configuration

{
  "mcpServers": {
    "Roblox Studio": {
      "args": [
        "--stdio"
      ],
      "command": "Path-to-downloaded\\rbx-studio-mcp.exe"
    }
  }
}

Information

Transport
stdio
Language
Rust
Created
2025/5/9
Updated
2026/6/8