studio-rust-mcp-server

studio-rust-mcp-server

3.5

If you are the rightful owner of studio-rust-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository contains a reference implementation of the Model Context Protocol (MCP) that enables communication between Roblox Studio via a plugin and Claude Desktop.

The Roblox Studio MCP Server is a reference implementation designed to facilitate communication between Roblox Studio and Claude Desktop using the Model Context Protocol (MCP). It is built using Rust and consists of a web server based on 'axum' for long polling by a Studio plugin, and an 'rmcp' server that communicates with Claude via 'stdio' transport. This setup allows third-party tools to modify and read the contents of an opened place in Roblox Studio, with data handling subject to third-party terms and conditions. The server is designed to be accessed by third-party tools, enabling them to interact with the Roblox Studio environment through Claude Desktop. The setup process includes installing a plugin and configuring Claude Desktop to work with the MCP server.

Features

  • Rust-based implementation for robust performance.
  • Web server using 'axum' for efficient long polling.
  • Integration with Claude Desktop for seamless communication.
  • Support for third-party tools to interact with Roblox Studio.
  • Easy setup with release binaries or build from source options.