Roblox Studio Mcp Server [official]
@roblox
关于 Roblox Studio Mcp Server [official]
Allows controlling Roblox Studio from MCP clients.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Roblox Studio": {
"args": [
"--stdio"
],
"command": "/Users/user/git/studio-rust-mcp-server/target/debug/rbx-studio-mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Roblox Studio MCP Server?
Roblox Studio MCP Server is a reference implementation of the Model Context Protocol that connects Roblox Studio to Claude Desktop via a plugin. It uses a Rust-based web server (axum) for long polling with the Studio plugin and an rmcp server for stdio transport with Claude. It is intended for Roblox developers who want to use Claude Desktop to automate Studio tasks.
How to use Roblox Studio MCP Server?
Download and run the installer from the releases page (or build from source with cargo run), then restart Roblox Studio and Claude Desktop. Verify setup by checking that the MCP plugin appears in Studio's Plugins tab, the console shows “The MCP Studio plugin is ready for prompts.”, and Claude Desktop lists the insert_model and run_code tools. Send prompts to Claude Desktop to modify your Studio place.
Key features of Roblox Studio MCP Server
- Communicates with Roblox Studio via a plugin using long polling.
- Connects to Claude Desktop through stdio transport.
- Provides
insert_modelandrun_codetools. - Includes an automated installer and Claude Desktop configuration.
- Written in Rust with axum and rmcp libraries.
- Plugin icon toggles MCP communication on and off.
Use cases of Roblox Studio MCP Server
- Insert 3D models into a Roblox Studio place using natural language in Claude.
- Run custom Lua code directly in the Studio environment from Claude.
- Automate repetitive Studio tasks via conversational prompts.
FAQ from Roblox Studio MCP Server
What tools are available in this server?
Two tools are provided: insert_model for adding a model to the place, and run_code for executing Lua code in Studio.
What software do I need to run this server?
You need Roblox Studio and Claude Desktop installed and started at least once. To build from source, you also need Rust.
How does the server communicate with Roblox Studio?
A Studio plugin long polls the Rust web server (axum), which sends requests to Claude Desktop via stdio transport. The plugin posts responses back through the same polling channel.
Does the setup include a Studio plugin?
Yes, the installer or build script automatically installs the required Studio plugin and configures Claude Desktop to communicate with the MCP server.
What are the privacy implications?
This MCP server is accessed by third-party tools, allowing them to modify and read your opened place. Third-party data handling and privacy practices are subject to their own terms.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
ghidraMCP
LaurieWiredMCP Server for Ghidra
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论