Roblox Studio
by roblox · Added 26d ago
433
Install
git clone https://github.com/roblox/studio-rust-mcp-serverAbout
Roblox Studio MCP Server is a reference implementation that enables communication between Roblox Studio and Claude Desktop through the Model Context Protocol. Built in Rust with an axum web server and stdio transport, it allows Claude to interact with Roblox Studio via a plugin that supports tools for inserting models from the marketplace and running Luau code. The server architecture includes a web server that handles long polling from the Studio plugin and an MCP server that communicates with Claude, making it valuable for developers who want to leverage AI assistance for Roblox game development tasks like asset insertion and code execution.
Tags
Web & Browsermcp-server