- Explore MCP Servers
- rbx-mcp
Rbx Mcp
What is Rbx Mcp
rbx-mcp is a model context protocol designed for Roblox Studio, specifically tailored for use with the Gemini framework. It facilitates the interaction between Roblox models and external systems.
Use cases
Use cases for rbx-mcp include generating detailed Roblox models based on specific prompts, enhancing game environments, and automating model creation processes for developers.
How to use
To use rbx-mcp, clone the repository and run the command ‘cargo run’ with the specified file path. You can provide an API key either as a command-line argument or through an environment variable. Context is optional and can be included as well.
Key features
Key features include support for Gemini, the ability to specify input files and context, and a live reload feature (currently non-functional). It is designed for ease of integration with Roblox Studio.
Where to use
rbx-mcp is primarily used in game development within the Roblox platform, particularly for creating and managing complex models and interactions in Roblox Studio.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Rbx Mcp
rbx-mcp is a model context protocol designed for Roblox Studio, specifically tailored for use with the Gemini framework. It facilitates the interaction between Roblox models and external systems.
Use cases
Use cases for rbx-mcp include generating detailed Roblox models based on specific prompts, enhancing game environments, and automating model creation processes for developers.
How to use
To use rbx-mcp, clone the repository and run the command ‘cargo run’ with the specified file path. You can provide an API key either as a command-line argument or through an environment variable. Context is optional and can be included as well.
Key features
Key features include support for Gemini, the ability to specify input files and context, and a live reload feature (currently non-functional). It is designed for ease of integration with Roblox Studio.
Where to use
rbx-mcp is primarily used in game development within the Roblox platform, particularly for creating and managing complex models and interactions in Roblox Studio.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Roblox MCP
MCP for roblox studio.
Gemini support only, kinda hardcoded 2.0 flash model.
Usage
Clone and use cargo run with file path.
Context is optional.
Api key can be provided as argument or via env variable.
Note: Theres a live reload feature that currently does not work. Also depends on a plugin. Will rewrite it later.
Context
Put anything extra you want to send to Gemini here.
Args
-f, --file
-k, --api-key
-c, --context
Example
cargo run -- --file ./path/to/your/file.rbxlx --api-key <YOUR_API_KEY> --context ./path/to/your/context.md
Example Prompt
Make me a large brick house that is 20 units tall, the walls should be red and made of brick material. Make a door that a player can walk through. Include a sloped roof that is colored black. This will require dozens of parts. Sloped roof will required orientation and correct positioning. Include pillars on the corners to improve looks of the house. Include a proper door
Output
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










