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.
Related MCP Servers
- Alicense-quality-maintenanceConnects 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.Last updated66
- Alicense-qualityDmaintenanceEnables 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.Last updated3Apache 2.0
- Alicense-qualityCmaintenanceConnects AI assistants like Claude and Gemini to Roblox Studio, enabling game structure exploration, script editing, UI generation, style extraction, and bulk changes locally and safely.Last updated5MIT
- Alicense-qualityDmaintenanceConnects AI assistants to Roblox Studio, enabling them to interact with instance hierarchy, edit Luau scripts, manage properties, and sync files over a local connection.Last updated71MIT
Related MCP Connectors
Connect AI agents to Flato's editable canvas runtime through a hosted MCP server.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Connect AI assistants to Stellary projects, boards, documents, and governed agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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