studio-rust-mcp-server

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.

What is the purpose of the MCP server?

The MCP server enables communication between Roblox Studio and Claude Desktop, allowing third-party tools to interact with Roblox Studio.

How do I verify the setup?

In Roblox Studio, check the Plugins tab for the MCP plugin and verify console output. In Claude Desktop, check for MCP tools under the text field.

What should I do if I encounter setup issues?

Restart Roblox Studio and Claude Desktop. Ensure Claude is completely exited from the system tray.

Can third-party tools access my Roblox Studio content?

Yes, third-party tools can modify and read content, subject to their terms and conditions.

What are the main components of the MCP server?

The main components are a web server using 'axum' for long polling and an 'rmcp' server for communication with Claude via 'stdio' transport.