roblox-mcp-bridge
Allows AI agents to control Roblox Studio via HTTP requests, enabling scripted interactions with the Studio environment.
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Connect AI agents to Replynodes over the Model Context Protocol.
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Connect AI agents to Process Street workflows, tasks, runs, data sets, and operational records.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceConnects Roblox Studio to AI coding editors via the Model Context Protocol, allowing AI agents to understand and interact with live Roblox Studio sessions through scene manipulation, scripting, and optional Roblox Open Cloud API integration.66-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Roblox Studio in real-time, allowing creation and manipulation of game objects through natural language commands via an HTTP-based plugin system.3Apache 2.0
- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to Roblox Studio, enabling them to interact with instance hierarchy, edit Luau scripts, manage properties, and sync files over a local connection.82MIT
- AlicenseNot gradedqualityDmaintenanceBridges AI assistants to Roblox Studio with 51 tools for exploring, editing, and automating game development, all locally via HTTP polling.5246MIT