Overview
Features
Axum-based long-polling web server
A web server that the Roblox Studio plugin uses to long-poll for MCP responses.
RMCP server for Claude via stdio
A dedicated RMCP server that routes messages between Roblox Studio and Claude Desktop.
Automatic setup for Claude Desktop and Cursor
Installer detects and configures Claude Desktop and Cursor when present during release-based setup.
Manual MCP client configuration
Manual config support with an MCP Client JSON snippet to wire the Roblox Studio MCP client.
Build-from-source workflow
Cargo-based build that compiles the MCP server, configures Claude, and installs the Studio plugin.
End-to-end request flow
When an LLM requests to run a tool, the plugin receives the request via long polling and posts a response to Claude, enabling tool actions.
Who Is This For?
- Roblox plugin developers:Build and maintain MCP-enabled Studio plugins to communicate with Claude Desktop or Cursor.
- AI tool integrators:Integrate Claude Desktop or Cursor with Roblox Studio via MCP for prompt-driven tool actions.
- Studio users:Open prompts that modify or inspect Roblox places through the MCP-enabled Studio plugin.




