studio-rust-mcp-server
39
The Roblox Studio MCP Server is a reference implementation designed to enable robust interaction between Roblox Studio and Claude Desktop using the Model Context Protocol. Key components include a Rust-based web server and plugin for seamless third-party tool integration.
Roblox Studio MCP Server
This project provides a reference implementation of the Model Context Protocol (MCP) enabling communication between Roblox Studio and Claude Desktop through a plugin. It includes:
- A Rust-based web server using
axum
that allows long polling by a Studio plugin. - An
rmcp
server facilitating communication with Claude viastdio
transport.
The server allows third-party tools to modify and read the content of your opened place in Roblox Studio. Setup instructions include using release binaries or building from source. Verification steps ensure correct plugin installation and communication with Claude Desktop.