roblox-mcp-bridge
Allows AI agents to control Roblox Studio via HTTP requests, enabling scripted interactions with the Studio environment.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@roblox-mcp-bridgelist available studio tools"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
roblox-mcp-bridge
MCP bridge that connects Roblox Studio to local AI agents
Prerequisites
Open Roblox Studio.
Open any project and navigate to the Assistant panel.
Click the three dots (...), select Manage MCP Servers, and ensure the option is enabled.
Locate and copy the absolute path to your local
mcp.batfile.
Running from Source
Clone this repository to your local machine.
Edit
config.jsonand paste your absolute path into theROBLOX_MCP_PATHvariable.Double-click
run.batto automatically build the virtual environment, install dependencies, and launch the server.
Usage
Once the bridge is running, any AI agent or local script can control Roblox Studio by sending HTTP requests to the server.
Discover Available Studio Tools
Before running commands, contact the bridge to see which functions your current version of Roblox Studio exposes.
cURL:
curl -X GET [http://127.0.0.1:8000/tools](http://127.0.0.1:8000/tools)This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kavinr24/roblox-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server